diff options
author | Martin Dietze <martin@the-little-red-haired-girl.org> | 2009-05-23 13:18:49 +0200 |
---|---|---|
committer | md <md@freiheit.com> | 2009-05-27 21:50:57 +0200 |
commit | eabb7e3ab0a68d76603dce6053f549ec5aeb1075 (patch) | |
tree | b91f218b31237cc76a7e0c72f4412d660c2a7882 /recipes/libusb/libusb-compat_0.1.0.bb | |
parent | 83f70f58f497bcb3dafeb6511446da6dd7bed152 (diff) |
libusb: added patch to allow compiling with gcc 3, used by nylon distro * the gcc flags -fvisibility=hidden and -Wno-pointer-sign are removed from configure script and Makefile templates
Diffstat (limited to 'recipes/libusb/libusb-compat_0.1.0.bb')
-rw-r--r-- | recipes/libusb/libusb-compat_0.1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libusb/libusb-compat_0.1.0.bb b/recipes/libusb/libusb-compat_0.1.0.bb index 887765133a..48694403e5 100644 --- a/recipes/libusb/libusb-compat_0.1.0.bb +++ b/recipes/libusb/libusb-compat_0.1.0.bb @@ -11,7 +11,8 @@ DEPENDS = "libusb1" SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2 \ " - +SRC_URI_append_nylon = " file://gcc-3-compatibility.patch;patch=1 \ +" inherit autotools pkgconfig binconfig lib_package PARALLEL_MAKE = "" |