From 144e9481d110016a8dae0d419e657be3be248a9b Mon Sep 17 00:00:00 2001 From: Chris Larson <clarson@kergoth.com> Date: Mon, 18 Oct 2004 18:35:04 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into handhelds.org:/home/kergoth/code/packages 2004/10/18 12:10:40-05:00 handhelds.org!kergoth Merge openembedded@openembedded.bkbits.net:packages into handhelds.org:/home/kergoth/code/packages 2004/10/18 12:10:26-05:00 handhelds.org!kergoth Fix up the dynamic ldconfig patch for recent uclibc cvs. 2004/10/18 11:58:41-05:00 handhelds.org!kergoth Merge http://nslu2-linux.bkbits.net/packages into handhelds.org:/home/kergoth/code/packages 2004/10/17 02:37:03-07:00 bitkeeper.com!nslu2-linux.adm Merge bk://openembedded.bkbits.net/packages into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages 2004/10/17 14:01:33+09:30 (none)!rwhitby Fixed the /etc/profile patch for Unslung 2004/10/17 10:53:13+09:30 (none)!rwhitby Unslung: Added LD_LIBRARY_PATH to /etc/profile 2004/10/16 15:19:49+09:30 (none)!rwhitby Fixed the count on the /dev/sd{abc} entries in the nslu2 device tables. 2004/10/15 07:18:45+09:30 (none)!rwhitby Set TARGET_OS to uClibc for OpenSlug BKrev: 41740cd827PmA4UnqpuZx73lOpjsOA --- uclibc/uclibc-cvs/dyn-ldconfig.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'uclibc/uclibc-cvs') diff --git a/uclibc/uclibc-cvs/dyn-ldconfig.patch b/uclibc/uclibc-cvs/dyn-ldconfig.patch index e69de29bb2..f97bc2fe52 100644 --- a/uclibc/uclibc-cvs/dyn-ldconfig.patch +++ b/uclibc/uclibc-cvs/dyn-ldconfig.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- uClibc/utils/Makefile~dyn-ldconfig ++++ uClibc/utils/Makefile +@@ -43,7 +43,7 @@ + $(STRIPTOOL) -x -R .note -R .comment $@ + + ldconfig: ldconfig.c readsoname.c +- $(CC) $(CFLAGS) -Wl,-s -static \ ++ $(CC) $(CFLAGS) -Wl,-s \ + -DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" \ + -DUCLIBC_LDSO=$(UCLIBC_LDSO) -I. -I../ldso/include \ + $^ -o $@ -- cgit v1.2.3