[DVDnav-discuss] [PATCH] configure: add -no-undefined to LDFLAGS on OS/2

KO Myung-Hun komh78 at gmail.com
Sun Jul 13 09:11:56 CEST 2014


---
 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index f83aedb..b41062f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,6 +69,9 @@ AC_C_BIGENDIAN
 AS_CASE([$host],
   [*mingw32* | *cygwin*], [AC_CHECK_FUNCS(gettimeofday)])
 
+AS_CASE([$host],
+  [*os2*], [LDFLAGS="$LDFLAGS -no-undefined"])
+  
 dnl ---------------------------------------------
 dnl threads
 dnl ---------------------------------------------
-- 
1.7.3.2



More information about the DVDnav-discuss mailing list