diff options
Diffstat (limited to 'recipes-support/libusb/libusb-compat-0.1.3/gcc-3-compatibility.patch')
-rw-r--r-- | recipes-support/libusb/libusb-compat-0.1.3/gcc-3-compatibility.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-support/libusb/libusb-compat-0.1.3/gcc-3-compatibility.patch b/recipes-support/libusb/libusb-compat-0.1.3/gcc-3-compatibility.patch deleted file mode 100644 index e6142f735c..0000000000 --- a/recipes-support/libusb/libusb-compat-0.1.3/gcc-3-compatibility.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | Index: libusb-compat-0.1.2/configure.ac | ||
2 | =================================================================== | ||
3 | --- libusb-compat-0.1.2.orig/configure.ac 2009-06-11 22:49:08.000000000 +0000 | ||
4 | +++ libusb-compat-0.1.2/configure.ac 2009-06-26 21:44:08.000000000 +0000 | ||
5 | @@ -56,7 +56,7 @@ | ||
6 | CFLAGS="$saved_cflags" | ||
7 | |||
8 | AC_DEFINE([API_EXPORTED], [__attribute__((visibility("default")))], [Default visibility]) | ||
9 | -AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow" | ||
10 | +AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wshadow" | ||
11 | AC_SUBST(AM_CFLAGS) | ||
12 | |||
13 | AC_CONFIG_FILES([libusb.pc] [libusb-config] [Makefile] [libusb/Makefile] [examples/Makefile]) | ||
14 | Index: libusb-compat-0.1.2/libusb/Makefile.am | ||
15 | =================================================================== | ||
16 | --- libusb-compat-0.1.2.orig/libusb/Makefile.am 2008-06-17 23:13:02.000000000 +0000 | ||
17 | +++ libusb-compat-0.1.2/libusb/Makefile.am 2009-06-26 21:44:08.000000000 +0000 | ||
18 | @@ -2,7 +2,7 @@ | ||
19 | lib_LTLIBRARIES = libusb.la | ||
20 | |||
21 | libusb_la_SOURCES = core.c usbi.h | ||
22 | -libusb_la_CFLAGS = -fvisibility=hidden $(AM_CFLAGS) $(LIBUSB_1_0_CFLAGS) | ||
23 | +libusb_la_CFLAGS = $(AM_CFLAGS) $(LIBUSB_1_0_CFLAGS) | ||
24 | libusb_la_LIBADD = $(LIBUSB_1_0_LIBS) | ||
25 | libusb_la_LDFLAGS = -version-info $(LT_MAJOR):$(LT_REVISION):$(LT_AGE) \ | ||
26 | -release 0.1 | ||