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:
Robin Dunn 2002-07-31 02:51:51 +00:00
parent 3bd8fb5f02
commit 73c7ae5aff
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -85,6 +85,7 @@ cd build
../configure --with-%{lcport} \
--prefix=%{wxpref} \
--disable-soname \
--enable-rpath=%{wxpref}/lib \
--with-opengl \
%if %{debug}
--enable-debug \