My RPM spec now uses the --enable-rpath
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3bd8fb5f02
commit
73c7ae5aff
@ -156,6 +156,8 @@ fi
|
||||
# Make the spec file and copy to ${builddir}/${tarver} so it will be
|
||||
# in the tar file when it's built
|
||||
|
||||
# TODO? Output all combinations of spec files to put in the tar file??
|
||||
|
||||
makespec
|
||||
cp ${distdir}/wxPython${port}.spec ${builddir}/${tarver}/wxPython${port}.spec
|
||||
|
||||
|
@ -85,6 +85,7 @@ cd build
|
||||
../configure --with-%{lcport} \
|
||||
--prefix=%{wxpref} \
|
||||
--disable-soname \
|
||||
--enable-rpath=%{wxpref}/lib \
|
||||
--with-opengl \
|
||||
%if %{debug}
|
||||
--enable-debug \
|
||||
|
Loading…
Reference in New Issue
Block a user