From: Robin Dunn Date: Wed, 31 Jul 2002 02:51:51 +0000 (+0000) Subject: My RPM spec now uses the --enable-rpath X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/73c7ae5aff03c821a489b4e93aed6d265b90f61c?ds=inline 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 --- diff --git a/wxPython/distrib/makerpm b/wxPython/distrib/makerpm index b7d5f80a95..1b778fad0f 100755 --- a/wxPython/distrib/makerpm +++ b/wxPython/distrib/makerpm @@ -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 diff --git a/wxPython/distrib/wxPythonFull.spec.in b/wxPython/distrib/wxPythonFull.spec.in index 6eaff81e0e..21873623d2 100644 --- a/wxPython/distrib/wxPythonFull.spec.in +++ b/wxPython/distrib/wxPythonFull.spec.in @@ -85,6 +85,7 @@ cd build ../configure --with-%{lcport} \ --prefix=%{wxpref} \ --disable-soname \ + --enable-rpath=%{wxpref}/lib \ --with-opengl \ %if %{debug} --enable-debug \