usbip: mark as nonshared 2709/head
authorJo-Philipp Wich <jo@mein.io>
Wed, 18 May 2016 12:59:16 +0000 (14:59 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 18 May 2016 13:00:53 +0000 (15:00 +0200)
Mark the usbip package nonshared so that is built along with the target
specific binaries and not within the SDK environment.

This is needed since the usbip package draws its source files directly
from the kernel tree which is unavailable within the SDK.

Fixes the following build error encountered by the LEDE buildbots:
http://downloads.lede-project.org/snapshots/faillogs/mipsel_1004kc_dsp/packages/usbip/compile.txt

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
net/usbip/Makefile

index b7a8531546a74ccaa42f264acd6874029f6b901d..3148514fa821d326b3b853496a938fede30541c3 100644 (file)
@@ -33,6 +33,7 @@ Hooks/Prepare/Pre += prepare_source_directory
 PKG_BUILD_DEPENDS:=eudev
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
+PKG_FLAGS:=nonshared
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/nls.mk