CFLAGS+="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include"
+TARGET_CFLAGS+=-I$(STAGING_DIR)/usr/lib/libintl/include/
+TARGET_LDFLAGS+=-L$(STAGING_DIR)/usr/lib/libintl/lib/
+TARGET_CFLAGS+=-I$(STAGING_DIR)/usr/lib/libiconv/include/
+TARGET_LDFLAGS+=-L$(STAGING_DIR)/usr/lib/libiconv/lib/
+
define Build/Prepare
$(call Build/Prepare/Default)
- (cd $(PKG_BUILD_DIR)/src; ./autogen.sh )
+ (cd $(PKG_BUILD_DIR)/src; autoreconf -v --install || exit 1 )
endef
define Build/Compile/kmod
--- a/drivers/head/usbip_common.c
+++ b/drivers/head/usbip_common.c
- #define DRIVER_DESC "usbip common driver"
-
@@ -55,10 +55,7 @@ static ssize_t show_flag(struct device *
static ssize_t store_flag(struct device *dev, struct device_attribute *attr,
const char *buf, size_t count)