diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-18 18:35:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-18 18:35:04 +0000 |
commit | 144e9481d110016a8dae0d419e657be3be248a9b (patch) | |
tree | d598c5c1db4d1e9f5a0386ee28907a1fd65566be /uclibc | |
parent | ffd9bd6803d5f1408b84980e151214f7be803e1f (diff) |
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
Diffstat (limited to 'uclibc')
-rw-r--r-- | uclibc/uclibc-cvs/dyn-ldconfig.patch | 16 | ||||
-rw-r--r-- | uclibc/uclibc_cvs.oe | 2 |
2 files changed, 17 insertions, 1 deletions
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 $@ diff --git a/uclibc/uclibc_cvs.oe b/uclibc/uclibc_cvs.oe index 482c280d9d..df6bfecfd9 100644 --- a/uclibc/uclibc_cvs.oe +++ b/uclibc/uclibc_cvs.oe @@ -4,7 +4,7 @@ SECTION = "libs" PRIORITY = "required" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" PV = "0.0cvs${CVSDATE}" -PR = "r3" +PR = "r4" DEFAULT_PREFERENCE = "1" # |