]> git.saurik.com Git - wxWidgets.git/commitdiff
My RPM spec now uses the --enable-rpath
authorRobin Dunn <robin@alldunn.com>
Wed, 31 Jul 2002 02:51:51 +0000 (02:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 31 Jul 2002 02:51:51 +0000 (02:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/makerpm
wxPython/distrib/wxPythonFull.spec.in

index b7d5f80a951f293069bd6c84650057b413a799a5..1b778fad0f9ba24baf4f830775a74aaa267a4c70 100755 (executable)
@@ -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
 
index 6eaff81e0ee5d0f35870050d8b8891d96305227d..21873623d2c647a9fa9977494b5431cee0c11e9e 100644 (file)
@@ -85,6 +85,7 @@ cd build
 ../configure --with-%{lcport} \
        --prefix=%{wxpref} \
        --disable-soname \
+       --enable-rpath=%{wxpref}/lib \
        --with-opengl \
 %if %{debug}
        --enable-debug \