fix eterm compile on avr32
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13895 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c4f10e9d48
commit
c688b7d6c1
@ -37,15 +37,11 @@ $(call Package/eterm/Default)
|
||||
DEPENDS:=eterm
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS+=--with-imlib=$(STAGING_DIR)/usr/
|
||||
CONFIGURE_ARGS += \
|
||||
--with-imlib=$(STAGING_DIR)/usr/
|
||||
|
||||
define Build/Configure
|
||||
cd $(PKG_BUILD_DIR)/; $(TARGET_CONFIGURE_OPTS) $(CONFIGURE_VARS) \
|
||||
$(CONFIGURE_CMD) \
|
||||
$(CONFIGURE_ARGS_XTRA) \
|
||||
$(CONFIGURE_ARGS) \
|
||||
LIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
|
||||
endef
|
||||
CONFIGURE_VARS += \
|
||||
LIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib"
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)\
|
||||
|
Loading…
x
Reference in New Issue
Block a user