English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/ncurses/patches/500-cross.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3757 - (show annotations) (download)
Mon May 26 16:41:16 2008 UTC (5 years, 9 months ago) by dnehring
File size: 1066 byte(s)
Update ncurses package
1 diff -Nur ncurses-5.6.orig/aclocal.m4 ncurses-5.6/aclocal.m4
2 --- ncurses-5.6.orig/aclocal.m4 2006-12-17 17:12:38.000000000 +0100
3 +++ ncurses-5.6/aclocal.m4 2008-05-26 18:13:35.000000000 +0200
4 @@ -3816,7 +3816,7 @@
5 EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
6 fi
7 CF_SHARED_SONAME
8 - MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_shared_soname',-stats,-lc -o $[@]'
9 + MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_shared_soname',-stats,$(LDFLAGS) -lc -o $[@]'
10 ;;
11 openbsd2*)
12 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
13 diff -Nur ncurses-5.6.orig/configure ncurses-5.6/configure
14 --- ncurses-5.6.orig/configure 2006-12-17 17:33:38.000000000 +0100
15 +++ ncurses-5.6/configure 2008-05-26 18:14:23.000000000 +0200
16 @@ -5019,7 +5019,7 @@
17 cf_shared_soname='`basename $@`'
18 fi
19
20 - MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_shared_soname',-stats,-lc -o $@'
21 + MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_shared_soname',-stats,$(LDFLAGS) -lc -o $@'
22 ;;
23 openbsd2*)
24 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20