From 4b91984127b3172a1d70c5141f0ab6fe08a6d58f Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Thu, 21 Oct 2010 09:57:57 +0000 Subject: [PATCH] net/usbip: fix SDK compile issues SVN-Revision: 23568 --- net/usbip/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/usbip/Makefile b/net/usbip/Makefile index be48be09a3..1af6e7ed83 100644 --- a/net/usbip/Makefile +++ b/net/usbip/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/usbip/Common TITLE:=USB-over-IP URL:=http://usbip.sourceforge.net/ - DEPENDS:=@!LINUX_2_4 @USB_SUPPORT + DEPENDS:=@!LINUX_2_4 @USB_SUPPORT +glib2 +sysfsutils MAINTAINER:=Nuno Goncalves endef @@ -91,9 +91,11 @@ CONFIGURE_PATH:=./src MAKE_PATH:=./src LIBTOOL_PATHS:=./src +CFLAGS+="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" + define Build/Prepare $(call Build/Prepare/Default) - (cd $(PKG_BUILD_DIR)/src; [ -x ./configure ] || ./autogen.sh ) + (cd $(PKG_BUILD_DIR)/src; ./autogen.sh ) endef define Build/Compile/kmod -- 2.30.2