posix: fix build
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40677 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c221b8ce9d
commit
6eeaa1ef10
@ -15,6 +15,8 @@ PKG_SOURCE:=release-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/luaposix/luaposix/archive/
|
||||
PKG_MD5SUM:=a25ff76d54bbbebf7a1f3b20c9806ee3
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-release-$(PKG_VERSION)
|
||||
PKG_REMOVE_FILES:=aclocal.m4
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -33,11 +35,6 @@ define Package/luaposix/description
|
||||
to various low level libc functions.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
cd $(PKG_BUILD_DIR) && ./bootstrap
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99
|
||||
|
||||
ifneq ($(CONFIG_USE_EGLIBC),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user