File wxWidgets-3_0-config-force-rpath.patch of Package wxWidgets-3_0
Index: wx-config.in
===================================================================
--- wx-config.in.orig
+++ wx-config.in
@@ -146,7 +146,7 @@ wxconfig_input_options="prefix exec_pref
wxconfig_yesno_options="universal unicode debug static"
# Boolean options that do something or not.
-wxconfig_flag_options="$wxconfig_yesno_options selected_config no_rpath inplace"
+wxconfig_flag_options="$wxconfig_yesno_options selected_config inplace"
@@ -1275,7 +1275,7 @@ if [ -n "$output_option_libs" ]; then
fi
fi
- is_installed || [ -n "$flag_option_no_rpath" ] || _rpath="@WXCONFIG_RPATH@"
+ [ -n "$flag_option_no_rpath" ] || _rpath="@WXCONFIG_RPATH@"
echo $_ldflags "@WXCONFIG_LDFLAGS@" $_rpath $wx_libs "@DMALLOC_LIBS@"