You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- a/libltdl/config/ltmain.m4sh
|
|
|
|
+++ b/libltdl/config/ltmain.m4sh
|
|
|
|
@@ -2183,6 +2183,9 @@ func_mode_install ()
|
|
|
|
relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
|
|
|
|
fi
|
|
|
|
|
|
|
|
+ relink_command=`$ECHO "$relink_command" | $SED "s%-L[[:space:]]*/lib[^[:space:]]*%%"`
|
|
|
|
+ relink_command=`$ECHO "$relink_command" | $SED "s%-L[[:space:]]*/usr/lib[^[:space:]]*%%"`
|
|
|
|
+
|
|
|
|
func_warning "relinking \`$file'"
|
|
|
|
func_show_eval "$relink_command" \
|
|
|
|
'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
|
|
|
|
--- a/libltdl/config/ltmain.sh
|
|
|
|
+++ b/libltdl/config/ltmain.sh
|
|
|
|
@@ -2972,6 +2972,9 @@ func_mode_install ()
|
|
|
|
relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
|
|
|
|
fi
|
|
|
|
|
|
|
|
+ relink_command=`$ECHO "$relink_command" | $SED "s%-L[[:space:]]*/lib[^[:space:]]*%%"`
|
|
|
|
+ relink_command=`$ECHO "$relink_command" | $SED "s%-L[[:space:]]*/usr/lib[^[:space:]]*%%"`
|
|
|
|
+
|
|
|
|
func_warning "relinking \`$file'"
|
|
|
|
func_show_eval "$relink_command" \
|
|
|
|
'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
|