aboutsummaryrefslogtreecommitdiffstats
path: root/package/pwlib/patches/002-lib_mak.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-13 22:20:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-13 22:20:15 +0000
commit8675818f87ede896382e712554a8b820b0f8ead7 (patch)
tree94118554cd257124b0bf579ac85441270645b86f /package/pwlib/patches/002-lib_mak.patch
parent7797df76097505e0d81a1622f2b13c3593a75ed2 (diff)
downloadupstream-8675818f87ede896382e712554a8b820b0f8ead7.tar.gz
upstream-8675818f87ede896382e712554a8b820b0f8ead7.tar.bz2
upstream-8675818f87ede896382e712554a8b820b0f8ead7.zip
remove lots of non-essential packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pwlib/patches/002-lib_mak.patch')
-rw-r--r--package/pwlib/patches/002-lib_mak.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/pwlib/patches/002-lib_mak.patch b/package/pwlib/patches/002-lib_mak.patch
deleted file mode 100644
index 43018bdd60..0000000000
--- a/package/pwlib/patches/002-lib_mak.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pwlib-cvs-20051227/make/lib.mak.orig 2005-09-25 12:51:23.000000000 +0200
-+++ pwlib-cvs-20051227/make/lib.mak 2005-12-30 01:18:21.000000000 +0100
-@@ -201,7 +201,7 @@
- LDSOOPTS += -Wl,--kill-at
- else
- ifneq ($(OSTYPE),Darwin)
-- LDSOOPTS += -Wl,-soname,$(LIB_SONAME)
-+ LDSOOPTS += -soname,$(LIB_SONAME)
- endif
- endif
- LD = $(CPLUS)