make-rules: implement Python Dependency Groups (PEP 735) using pyproject_installer
[oi-userland.git] / components / sysutils / net-snmp / patches / 009.ltmain.sh.patch
blob3c72a913c65229cac1d50ff87be3e9d6034ec8f0
1 # RPATH issues when upgrading net-snmp to version 5.4.1
3 # Developed in-house. Solaris-specific; not suitable for upstream
4 --- net-snmp-5.9.4/ltmain.sh.orig
5 +++ net-snmp-5.9.4/ltmain.sh
6 @@ -6828,7 +6828,9 @@
7 if test rpath = "$prev"; then
8 case "$rpath " in
9 *" $arg "*) ;;
10 - *) func_append rpath " $arg" ;;
11 + *) func_append rpath " $arg"
12 + # This is make sure only $libdir path is encoded in RUNPATH
13 + sma_rpath="$rpath" ;;
14 esac
15 else
16 case "$xrpath " in
17 @@ -9557,7 +9559,7 @@
19 else
20 eval flag=\"$hardcode_libdir_flag_spec\"
21 - func_append dep_rpath " $flag"
22 +#func_append dep_rpath " $flag"
24 elif test -n "$runpath_var"; then
25 case "$perm_rpath " in