aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/udev/patches/0001-build-don-t-use-gc-sections.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-02-07 13:29:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-02-07 13:29:34 +0000
commit50885a7867d4ff5cf55686ed78c6dcb0fc04772a (patch)
treec204ac82005c3ae14a3865de907dfa181449cb98 /package/system/udev/patches/0001-build-don-t-use-gc-sections.patch
parent3f1c0c8ef750985b412ace33593b80d7ac4648b2 (diff)
downloadupstream-50885a7867d4ff5cf55686ed78c6dcb0fc04772a.tar.gz
upstream-50885a7867d4ff5cf55686ed78c6dcb0fc04772a.tar.bz2
upstream-50885a7867d4ff5cf55686ed78c6dcb0fc04772a.zip
udev: delete package, it is old and not used by any core packages/targets
udev or eudev will be added to the packages feed instead Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48644
Diffstat (limited to 'package/system/udev/patches/0001-build-don-t-use-gc-sections.patch')
-rw-r--r--package/system/udev/patches/0001-build-don-t-use-gc-sections.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/package/system/udev/patches/0001-build-don-t-use-gc-sections.patch b/package/system/udev/patches/0001-build-don-t-use-gc-sections.patch
deleted file mode 100644
index f01a5ae1af..0000000000
--- a/package/system/udev/patches/0001-build-don-t-use-gc-sections.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 971a09345f108189ed899b236784a5440e43c8b6 Mon Sep 17 00:00:00 2001
-From: Daniel Mierswa <impulze@impulze.org>
-Date: Sun, 31 Jul 2011 23:51:49 +0000
-Subject: [PATCH 1/2] build: don't use --gc-sections
-
-somehow won't work with the wrt toolchain
----
- Makefile.am | 5 +----
- 1 files changed, 1 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index a0c007a..3d8ce92 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -18,12 +18,9 @@ AM_CPPFLAGS = \
- -DLIBEXECDIR=\""$(libexecdir)"\"
-
- AM_CFLAGS = \
-- -fvisibility=hidden \
-- -ffunction-sections \
-- -fdata-sections
-+ -fvisibility=hidden
-
- AM_LDFLAGS = \
-- -Wl,--gc-sections \
- -Wl,--as-needed
-
- DISTCHECK_CONFIGURE_FLAGS = \
---
-1.7.6
-