summaryrefslogtreecommitdiff
path: root/packages/udev/udev-058/flags.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-08-15 19:30:15 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-08-15 19:30:15 +0000
commit5f17a1f49a5965bf1667499b081544894d36cf1e (patch)
tree05468c430a420a3bf4f10bdeacb21ce9ca0283c9 /packages/udev/udev-058/flags.patch
parent7d5fdf15cfcf298a8da8d3525f7ff36537fff81c (diff)
udev: Prune old obsolete broken versions (058, 063, 065, 070, 071).
Diffstat (limited to 'packages/udev/udev-058/flags.patch')
-rw-r--r--packages/udev/udev-058/flags.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/packages/udev/udev-058/flags.patch b/packages/udev/udev-058/flags.patch
deleted file mode 100644
index f67024dbb8..0000000000
--- a/packages/udev/udev-058/flags.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- udev-058/Makefile~flags.patch
-+++ udev-058/Makefile
-@@ -153,16 +153,17 @@
-
- SYSFS = $(PWD)/libsysfs/sysfs.a
-
--CFLAGS += -I$(PWD)/libsysfs/sysfs \
-+override CFLAGS += -I$(PWD)/libsysfs/sysfs \
- -I$(PWD)/libsysfs
-
- ifeq ($(strip $(USE_LOG)),true)
-- CFLAGS += -DUSE_LOG
-+override CFLAGS += -DUSE_LOG
- endif
-
- # if DEBUG is enabled, then we do not strip or optimize
- ifeq ($(strip $(DEBUG)),true)
-- CFLAGS += -O1 -g -DDEBUG
-+ CFLAGS += -O1 -g
-+ override CFLAGS += -DDEBUG
- LDFLAGS += -Wl
- STRIPCMD = /bin/true -Since_we_are_debugging
- else
-@@ -178,9 +179,9 @@
- KLCC = $(KLIBC_INSTALL)/bin/klcc
- CC = $(KLCC)
- LD = $(KLCC)
-- LDFLAGS += -static
-+ override LDFLAGS += -static
- else
-- CFLAGS += -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-+ override CFLAGS += -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
- endif
-
- ifeq ($(strip $(USE_SELINUX)),true)