Browse Source

perl-device-usb: Remove leftover testing stuff

Somehow slipped through. Oh well...

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 9 years ago
parent
commit
4cb27e76ff
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      lang/perl-device-usb/Makefile

+ 1
- 3
lang/perl-device-usb/Makefile View File

@ -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


Loading…
Cancel
Save