summaryrefslogtreecommitdiffstats
path: root/src/libusb1.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-02-10 05:33:26 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-02-10 05:33:26 (GMT)
commitc950f3635caa9b2dd562286baa51138e6e30dca1 (patch)
treeee5f2c4ce5fe0c32fc7e587b464dbe22c7ecab70 /src/libusb1.mk
parent6e81d8db349e9672c3cd67b0b6c49b5405f806f2 (diff)
downloadmxe-c950f3635caa9b2dd562286baa51138e6e30dca1.zip
mxe-c950f3635caa9b2dd562286baa51138e6e30dca1.tar.gz
mxe-c950f3635caa9b2dd562286baa51138e6e30dca1.tar.bz2
various packages: enable shared builds
Diffstat (limited to 'src/libusb1.mk')
-rw-r--r--src/libusb1.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libusb1.mk b/src/libusb1.mk
index 151a8cc..735f60b 100644
--- a/src/libusb1.mk
+++ b/src/libusb1.mk
@@ -18,10 +18,6 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --enable-static \
- --prefix='$(PREFIX)/$(TARGET)'
+ $(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef