From 24db351c88feaa1b7ef23dd20a95d2ce78fb5bd4 Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Wed, 20 May 2009 09:41:34 +0200 Subject: pciutils: filter out flags that break gcc3 * this is done with a nylon override since we lack gcc3 overrides --- recipes/pciutils/pciutils-3.1.2/gcc-3-compatibility.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/pciutils/pciutils-3.1.2/gcc-3-compatibility.patch (limited to 'recipes/pciutils/pciutils-3.1.2') diff --git a/recipes/pciutils/pciutils-3.1.2/gcc-3-compatibility.patch b/recipes/pciutils/pciutils-3.1.2/gcc-3-compatibility.patch new file mode 100644 index 0000000000..3a10209323 --- /dev/null +++ b/recipes/pciutils/pciutils-3.1.2/gcc-3-compatibility.patch @@ -0,0 +1,11 @@ +--- pciutils-3.1.2/lib/Makefile-orig 2009-02-27 11:31:24.000000000 +0100 ++++ pciutils-3.1.2/lib/Makefile 2009-02-27 11:31:32.000000000 +0100 +@@ -50,7 +50,7 @@ + $(AR) rcs $@ $^ + $(RANLIB) $@ + else +-CFLAGS += -fPIC -fvisibility=hidden ++CFLAGS += -fPIC + $(PCILIB): $(addsuffix .o,$(OBJS)) + $(CC) -shared $(LDFLAGS) $(SONAME) -Wl,--version-script=libpci.ver -o $@ $^ $(LIB_LDLIBS) + endif -- cgit 1.2.3-korg