Displaying 1 result from an estimated 1 matches for "b84f3e4".
Did you mean:
b84f73e4
2013 Jul 21
1
[PATCH] Link with -no-undefined regardless of the OS
...- LT_NO_UNDEFINED="-no-undefined"
- ;;
- *)
- LT_NO_UNDEFINED=
- ;;
esac
-AC_SUBST(LT_NO_UNDEFINED)
+
AM_CONDITIONAL(OS_IS_WINDOWS, test "x$os_is_windows" = xyes)
case "$host" in
diff --git a/src/libFLAC++/Makefile.am b/src/libFLAC++/Makefile.am
index 51b8cf8..b84f3e4 100644
--- a/src/libFLAC++/Makefile.am
+++ b/src/libFLAC++/Makefile.am
@@ -45,7 +45,7 @@ EXTRA_DIST = \
libFLAC++.m4
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
-libFLAC___la_LDFLAGS = $(AM_LDFLAGS) -version-info 9:0:3 @LT...