From 73c7ae5aff03c821a489b4e93aed6d265b90f61c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 31 Jul 2002 02:51:51 +0000 Subject: [PATCH] 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 --- wxPython/distrib/makerpm | 2 ++ wxPython/distrib/wxPythonFull.spec.in | 1 + 2 files changed, 3 insertions(+) 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 \