[package] gatling: fix build failure on ARM platforms
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33182 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
00970f016f
commit
3613a0079d
@ -30,8 +30,10 @@ endef
|
||||
|
||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/libowfat \
|
||||
-I$(ICONV_PREFIX)/include
|
||||
|
||||
TARGET_LDFLAGS += -L$(STAGING_DIR)/usr/lib \
|
||||
-L$(ICONV_PREFIX)/lib
|
||||
-L$(ICONV_PREFIX)/lib \
|
||||
-Wl,-Bdynamic,$(LIBGCC_S)
|
||||
|
||||
define Package/$(PKG_NAME)/install
|
||||
$(INSTALL_DIR) $(1)/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user