summaryrefslogtreecommitdiffstats
path: root/meta/packages/ncurses/ncurses/mk_shared_lib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/ncurses/ncurses/mk_shared_lib.patch')
-rw-r--r--meta/packages/ncurses/ncurses/mk_shared_lib.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/packages/ncurses/ncurses/mk_shared_lib.patch b/meta/packages/ncurses/ncurses/mk_shared_lib.patch
new file mode 100644
index 0000000000..1e2ea6a028
--- /dev/null
+++ b/meta/packages/ncurses/ncurses/mk_shared_lib.patch
@@ -0,0 +1,27 @@
1
2#
3# Made by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6--- ncurses-4.2/aclocal.m4~mk_sharedlib
7+++ ncurses-4.2/aclocal.m4
8@@ -1201,7 +1201,7 @@
9 linux*)
10 # tested with Linux 2.0.29 and gcc 2.7.2 (ELF)
11 CC_SHARED_OPTS='-fPIC'
12- MK_SHARED_LIB='gcc -o $[@].$(REL_VERSION) -L../lib -L\$(libdir) -shared -Wl,-soname,`basename $[@].$(ABI_VERSION)`,-stats,$(SHLIB_LIST)-lc'
13+ MK_SHARED_LIB='$(CC) -o $[@].$(REL_VERSION) -L../lib -shared -Wl,-soname,`basename $[@].$(ABI_VERSION)`,-stats,$(SHLIB_LIST)-lc'
14 test $cf_cv_ld_rpath = yes && cf_ld_rpath_opt="-Wl,-rpath,"
15 if test $DFT_LWR_MODEL = "shared" ; then
16 LOCAL_LDFLAGS='-Wl,-rpath,../lib'
17--- ncurses-4.2/configure~mk_sharedlib
18+++ ncurses-4.2/configure
19@@ -2216,7 +2216,7 @@
20 linux*)
21 # tested with Linux 2.0.29 and gcc 2.7.2 (ELF)
22 CC_SHARED_OPTS='-fPIC'
23- MK_SHARED_LIB='gcc -o $@.$(REL_VERSION) -L../lib -L\$(libdir) -shared -Wl,-soname,`basename $@.$(ABI_VERSION)`,-stats,$(SHLIB_LIST)-lc'
24+ MK_SHARED_LIB='$(CC) -o $@.$(REL_VERSION) -L../lib -shared -Wl,-soname,`basename $@.$(ABI_VERSION)`,-stats,$(SHLIB_LIST)-lc'
25 test $cf_cv_ld_rpath = yes && cf_ld_rpath_opt="-Wl,-rpath,"
26 if test $DFT_LWR_MODEL = "shared" ; then
27 LOCAL_LDFLAGS='-Wl,-rpath,../lib'