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 \