We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 124b489 + b7f2cdc commit 91eaeddCopy full SHA for 91eaedd
configure.ac
@@ -281,6 +281,12 @@ case $host in
281
AC_PATH_TOOL([INSTALLNAMETOOL], [install_name_tool], install_name_tool)
282
AC_PATH_TOOL([OTOOL], [otool], otool)
283
AC_PATH_PROGS([GENISOIMAGE], [genisoimage mkisofs],genisoimage)
284
+
285
+ dnl libtool will try to strip the static lib, which is a problem for
286
+ dnl cross-builds because strip attempts to call a hard-coded ld,
287
+ dnl which may not exist in the path. Stripping the .a is not
288
+ dnl necessary, so just disable it.
289
+ old_striplib=
290
;;
291
esac
292
fi
0 commit comments