X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ad2ee6bef6c66de6747b1827f6d9ab570bf1a948..bdd94763c1c3c236e2bd8b2282dad526e08bbb66:/openwrt/package/screen/patches/100-cross_compile_fix.patch diff --git a/openwrt/package/screen/patches/100-cross_compile_fix.patch b/openwrt/package/screen/patches/100-cross_compile_fix.patch index a5529ec7e..a05459f1d 100644 --- a/openwrt/package/screen/patches/100-cross_compile_fix.patch +++ b/openwrt/package/screen/patches/100-cross_compile_fix.patch @@ -496,3 +496,14 @@ diff -urN screen-4.0.2.old/pty.c screen-4.0.2.dev/pty.c #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL) # include +--- screen-4.0.2/configure.old 2005-05-24 18:49:30.000000000 +0200 ++++ screen-4.0.2/configure 2005-05-24 18:49:54.000000000 +0200 +@@ -6598,8 +6598,6 @@ + LIBS="$oldlibs" + fi + rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +-test -f /lib/libsec.a || test -f /usr/lib/libsec.a && LIBS="$LIBS -lsec" +-test -f /lib/libshadow.a || test -f /usr/lib/libshadow.a && LIBS="$LIBS -lshadow" + oldlibs="$LIBS" + LIBS="$LIBS -lsun" + { echo "$as_me:$LINENO: checking IRIX sun library..." >&5