Fix transmission compilation against wx, need to specify the cross wx-config to disable support for it later
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12220 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -38,6 +38,8 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-daemon \
|
--enable-daemon \
|
||||||
--disable-gtk \
|
--disable-gtk \
|
||||||
|
--disable-wx \
|
||||||
|
--with-wx-config="$(STAGING_DIR)/usr/bin/" \
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
Reference in New Issue
Block a user