projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
map xt_ to ipt_ for iptables modules
[openwrt.git]
/
openwrt
/
package
/
miau
/
Makefile
diff --git
a/openwrt/package/miau/Makefile
b/openwrt/package/miau/Makefile
index
b8290aa
..
ecfb03d
100644
(file)
--- a/
openwrt/package/miau/Makefile
+++ b/
openwrt/package/miau/Makefile
@@
-24,6
+24,8
@@
$(PKG_BUILD_DIR)/.configured:
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
+ ac_cv_func_malloc_0_nonnull=yes \
+ ac_cv_func_realloc_0_nonnull=yes \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
This page took
0.025419 seconds
and
4
git commands to generate.