6b13f685e
김민수
BSP 최초 추가
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Fix misdetection while nios2 cross-compile
Signed-off-bye: Waldemar Brodkorb <wbx@openadk.org>
diff -Nur libdvdnav-5.0.3.orig/configure.ac libdvdnav-5.0.3/configure.ac
--- libdvdnav-5.0.3.orig/configure.ac 2015-01-27 16:57:43.000000000 +0100
+++ libdvdnav-5.0.3/configure.ac 2016-07-31 11:48:09.312947473 +0200
@@ -73,7 +73,7 @@
[*mingw32* | *cygwin*], [AC_CHECK_FUNCS(gettimeofday)])
AS_CASE([$host],
- [*os2*], [LDFLAGS="$LDFLAGS -no-undefined"])
+ [*-os2*], [LDFLAGS="$LDFLAGS -no-undefined"])
dnl ---------------------------------------------
dnl threads
|