|
@@ -28,6 +28,8 @@ define Build/Prepare
|
|
|
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
|
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
|
|
endef
|
|
endef
|
|
|
|
|
|
|
|
|
|
+TARGET_CFLAGS += $(FPIC)
|
|
|
|
|
+
|
|
|
define Build/Compile
|
|
define Build/Compile
|
|
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
|
$(TARGET_CONFIGURE_OPTS) \
|
|
$(TARGET_CONFIGURE_OPTS) \
|