diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-04 13:14:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-04 13:14:42 +0000 |
commit | 01cd0b7513ed1071d35c551757f66a7bae6bb733 (patch) | |
tree | c7ece2be15228beb097dfce8a81c5e540f0bbc4f /packages/libusb/libusb-compat-0.0.9+0.1.0-beta2 | |
parent | 2391a1b4181a449091807e651ad4442e8d6619c5 (diff) |
libusb1: update to 0.9.2 for bugfixes and update the compatlayer to beta2 also for bugfixes
Diffstat (limited to 'packages/libusb/libusb-compat-0.0.9+0.1.0-beta2')
-rw-r--r-- | packages/libusb/libusb-compat-0.0.9+0.1.0-beta2/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libusb/libusb-compat-0.0.9+0.1.0-beta2/0.1.0-beta1-gcc3.4-fix.patch | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/libusb/libusb-compat-0.0.9+0.1.0-beta2/.mtn2git_empty b/packages/libusb/libusb-compat-0.0.9+0.1.0-beta2/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libusb/libusb-compat-0.0.9+0.1.0-beta2/.mtn2git_empty diff --git a/packages/libusb/libusb-compat-0.0.9+0.1.0-beta2/0.1.0-beta1-gcc3.4-fix.patch b/packages/libusb/libusb-compat-0.0.9+0.1.0-beta2/0.1.0-beta1-gcc3.4-fix.patch new file mode 100644 index 0000000000..501ba3fb29 --- /dev/null +++ b/packages/libusb/libusb-compat-0.0.9+0.1.0-beta2/0.1.0-beta1-gcc3.4-fix.patch @@ -0,0 +1,13 @@ +Index: libusb-compat-0.1.0-beta1/configure.ac +=================================================================== +--- libusb-compat-0.1.0-beta1.orig/configure.ac 2008-07-21 13:14:42.000000000 +0200 ++++ libusb-compat-0.1.0-beta1/configure.ac 2008-07-21 13:15:03.000000000 +0200 +@@ -55,7 +55,7 @@ + CFLAGS="$saved_cflags" + + AC_DEFINE([API_EXPORTED], [__attribute__((visibility("default")))], [Default visibility]) +-AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow" ++AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wshadow" + AC_SUBST(AM_CFLAGS) + + AC_CONFIG_FILES([libusb.pc] [libusb-config] [Makefile] [libusb/Makefile] [examples/Makefile]) |