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:
@@ -156,6 +156,8 @@ fi
|
|||||||
# Make the spec file and copy to ${builddir}/${tarver} so it will be
|
# Make the spec file and copy to ${builddir}/${tarver} so it will be
|
||||||
# in the tar file when it's built
|
# in the tar file when it's built
|
||||||
|
|
||||||
|
# TODO? Output all combinations of spec files to put in the tar file??
|
||||||
|
|
||||||
makespec
|
makespec
|
||||||
cp ${distdir}/wxPython${port}.spec ${builddir}/${tarver}/wxPython${port}.spec
|
cp ${distdir}/wxPython${port}.spec ${builddir}/${tarver}/wxPython${port}.spec
|
||||||
|
|
||||||
|
@@ -85,6 +85,7 @@ cd build
|
|||||||
../configure --with-%{lcport} \
|
../configure --with-%{lcport} \
|
||||||
--prefix=%{wxpref} \
|
--prefix=%{wxpref} \
|
||||||
--disable-soname \
|
--disable-soname \
|
||||||
|
--enable-rpath=%{wxpref}/lib \
|
||||||
--with-opengl \
|
--with-opengl \
|
||||||
%if %{debug}
|
%if %{debug}
|
||||||
--enable-debug \
|
--enable-debug \
|
||||||
|
Reference in New Issue
Block a user