aboutsummaryrefslogtreecommitdiffstats
path: root/package/ncurses/patches/500-cross.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-08 11:24:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-08 11:24:12 +0000
commit48db59fab785ce881e154d83115de86d284fce5d (patch)
tree8741bab5dbcca43c884cdf0788b6c0049e0c25d1 /package/ncurses/patches/500-cross.patch
parent997ace7e5e78d580d802f3f30ddc00f9b30e0bcc (diff)
downloadupstream-48db59fab785ce881e154d83115de86d284fce5d.tar.gz
upstream-48db59fab785ce881e154d83115de86d284fce5d.tar.bz2
upstream-48db59fab785ce881e154d83115de86d284fce5d.zip
move library packages to package/libs/
SVN-Revision: 33657
Diffstat (limited to 'package/ncurses/patches/500-cross.patch')
-rw-r--r--package/ncurses/patches/500-cross.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/ncurses/patches/500-cross.patch b/package/ncurses/patches/500-cross.patch
deleted file mode 100644
index ace6252fe6..0000000000
--- a/package/ncurses/patches/500-cross.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/aclocal.m4
-+++ b/aclocal.m4
-@@ -4298,7 +4298,7 @@ CF_EOF
- EXTRA_LDFLAGS="-Wl,-rpath,\${libdir} $EXTRA_LDFLAGS"
- fi
- CF_SHARED_SONAME
-- MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname',-stats,-lc -o $[@]'
-+ MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_shared_soname',-stats,$(LDFLAGS) -lc -o $[@]'
- ;;
- openbsd[[2-9]].*)
- if test "$DFT_LWR_MODEL" = "shared" ; then