diff options
author | Marcel Denia <naoir@gmx.net> | 2015-09-14 16:17:16 +0200 |
---|---|---|
committer | Marcel Denia <naoir@gmx.net> | 2015-09-14 16:17:16 +0200 |
commit | 4cb27e76ff9b601e007a457fbb969a7bc2e3ba0d (patch) | |
tree | 407b33824fe0cb33c9541877e255e2b95afad9be /lang/perl-device-usb | |
parent | 3cedc1aa8712dbe8adc729e8dd0048ed16c99e7a (diff) |
perl-device-usb: Remove leftover testing stuff
Somehow slipped through. Oh well...
Signed-off-by: Marcel Denia <naoir@gmx.net>
Diffstat (limited to 'lang/perl-device-usb')
-rw-r--r-- | lang/perl-device-usb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/perl-device-usb/Makefile b/lang/perl-device-usb/Makefile index f2baeed5f..0a2c737c7 100644 --- a/lang/perl-device-usb/Makefile +++ b/lang/perl-device-usb/Makefile @@ -54,9 +54,7 @@ define Build/Configure $(call perlmod/Compile,dynamic,_INLINE_C_NO_COMPILE_=1) # Configure _Inline - $(call perlmod/Configure,SITELIB=/foo,LIBUSB_INCDIR=$(STAGING_DIR)/usr/include/ \ - LIBUSB_LIBDIR=$(STAGING_DIR)/usr/lib/ \ - ,$(PKG_BUILD_DIR)/_Inline/build/Device/USB) + $(call perlmod/Configure,,,$(PKG_BUILD_DIR)/_Inline/build/Device/USB) # Prevent re-configuring Inline code sed 's/^dynamic :: D.*$$$$//' -i $(PKG_BUILD_DIR)/Makefile |