diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-09-26 09:42:53 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-09-26 09:42:53 +0000 |
| commit | 361473f833c1623f83d6a56553d359d55f46fe9c (patch) | |
| tree | 835bdffe4f8b1e3dc258f1b3d9ad11bda925788d /meta/packages/udev/udev-089/flags.patch | |
| parent | 675c8fc41c5736f92bb2a6085757145dcc3f2dfc (diff) | |
| download | poky-361473f833c1623f83d6a56553d359d55f46fe9c.tar.gz | |
udev: Remove old unused versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@759 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/udev/udev-089/flags.patch')
| -rw-r--r-- | meta/packages/udev/udev-089/flags.patch | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/meta/packages/udev/udev-089/flags.patch b/meta/packages/udev/udev-089/flags.patch deleted file mode 100644 index 492a39881c..0000000000 --- a/meta/packages/udev/udev-089/flags.patch +++ /dev/null | |||
| @@ -1,51 +0,0 @@ | |||
| 1 | --- udev-089/Makefile.orig 2006-04-08 13:32:53.000000000 +0200 | ||
| 2 | +++ udev-089/Makefile 2006-04-08 13:34:27.000000000 +0200 | ||
| 3 | @@ -117,28 +117,28 @@ | ||
| 4 | AR = $(CROSS_COMPILE)ar | ||
| 5 | RANLIB = $(CROSS_COMPILE)ranlib | ||
| 6 | |||
| 7 | -CFLAGS = -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 | ||
| 8 | +override CFLAGS = -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 | ||
| 9 | WARNINGS = -Wstrict-prototypes -Wsign-compare -Wshadow \ | ||
| 10 | -Wchar-subscripts -Wmissing-declarations -Wnested-externs \ | ||
| 11 | -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes | ||
| 12 | -CFLAGS += $(WARNINGS) | ||
| 13 | +override CFLAGS += $(WARNINGS) | ||
| 14 | |||
| 15 | LDFLAGS = -Wl,-warn-common | ||
| 16 | |||
| 17 | OPTFLAGS = -Os | ||
| 18 | -CFLAGS += $(OPTFLAGS) | ||
| 19 | +override CFLAGS += $(OPTFLAGS) | ||
| 20 | |||
| 21 | ifeq ($(strip $(USE_LOG)),true) | ||
| 22 | - CFLAGS += -DUSE_LOG | ||
| 23 | + override CFLAGS += -DUSE_LOG | ||
| 24 | endif | ||
| 25 | |||
| 26 | # if DEBUG is enabled, then we do not strip | ||
| 27 | ifeq ($(strip $(DEBUG)),true) | ||
| 28 | - CFLAGS += -DDEBUG | ||
| 29 | + override CFLAGS += -DDEBUG | ||
| 30 | endif | ||
| 31 | |||
| 32 | ifeq ($(strip $(USE_GCOV)),true) | ||
| 33 | - CFLAGS += -fprofile-arcs -ftest-coverage | ||
| 34 | + override CFLAGS += -fprofile-arcs -ftest-coverage | ||
| 35 | LDFLAGS += -fprofile-arcs | ||
| 36 | endif | ||
| 37 | |||
| 38 | @@ -151,11 +151,11 @@ | ||
| 39 | ifeq ($(strip $(USE_SELINUX)),true) | ||
| 40 | UDEV_OBJS += udev_selinux.o | ||
| 41 | LIB_OBJS += -lselinux -lsepol | ||
| 42 | - CFLAGS += -DUSE_SELINUX | ||
| 43 | + override CFLAGS += -DUSE_SELINUX | ||
| 44 | endif | ||
| 45 | |||
| 46 | ifeq ($(strip $(USE_STATIC)),true) | ||
| 47 | - CFLAGS += -DUSE_STATIC | ||
| 48 | + override CFLAGS += -DUSE_STATIC | ||
| 49 | LDFLAGS += -static | ||
| 50 | endif | ||
| 51 | |||
