before. Work around that by specifying the rpath option myself on the
setup.py command-line.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32854
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
../configure --with-gtk \
--prefix=%{wxpref} \
--enable-monolithic \
- --enable-rpath=%{wxpref}/lib \
+ --disable-rpath \
--with-opengl \
--enable-geometry \
--enable-optimise \
UNICODE=%{unicode} \
EP_ADD_OPTS=1 \
NO_SCRIPTS=1 \
- WX_CONFIG="$WXDIR/bld/wx-config --inplace" \
- build
+ WX_CONFIG="$WXDIR/bld/wx-config --no_rpath" \
+ build_ext --rpath=%{wxpref}/lib \
+ build
UNICODE=%{unicode} \
EP_ADD_OPTS=1 \
NO_SCRIPTS=1 \
- WX_CONFIG="$RPM_BUILD_ROOT%{wxpref}/bin/wx-config --prefix=$RPM_BUILD_ROOT%{wxpref}" \
+ WX_CONFIG="$RPM_BUILD_ROOT%{wxpref}/bin/wx-config --prefix=$RPM_BUILD_ROOT%{wxpref} --no_rpath" \
+ build_ext --rpath=%{wxpref}/lib \
install \
--root=$RPM_BUILD_ROOT