[packages] darkstat: fix build failure
conv.c: In function 'strtonum': conv.c:487: error: 'LLONG_MIN' undeclared (first use in this function) git-svn-id: svn://svn.openwrt.org/openwrt/packages@28449 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ef1dc9be48
commit
a29fc4a78b
@ -41,6 +41,8 @@ CONFIGURE_ARGS += \
|
||||
--disable-debug \
|
||||
--with-chroot-dir=/var/empty
|
||||
|
||||
TARGET_CFLAGS += -std=gnu99
|
||||
|
||||
define Build/Compile
|
||||
$(HOSTCC) $(PKG_BUILD_DIR)/static/c-ify.c \
|
||||
-o $(PKG_BUILD_DIR)/c-ify
|
||||
|
Loading…
x
Reference in New Issue
Block a user