Skip to content
Snippets Groups Projects
Commit 2edc6a62 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Update a libtool patch for nagfor to enable linking against the resulting library with gcc.

parent 531e0d68
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,11 @@
+ # better not to revert the changes, otherwise, uncomment the following
+ # lines.
+
+ # func_cc_basename $CC
+ # case $func_cc_basename_result in
+ # nagfor*)
+ # new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% -Wl,-pthread% -pthread%g'` ;;
+ # esac
+ func_cc_basename $CC
+ case $func_cc_basename_result in
+ nagfor*)
+ new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% -Wl,-pthread% -pthread%g'` ;;
+ esac
+
# move library search paths that coincide with paths to not yet
# installed libraries to the beginning of the library search list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment