X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=openwrt%2Fpackage%2Fmiau%2FMakefile;h=ecfb03d884efab09d2d1bc4b5543b887e75d4165;hp=b8290aa7b4636944ab55ee4dd3469802002a5e04;hb=1adac5cbc6b6e0647d0ce2da3aeb9552444ffc16;hpb=0cb3952661040c78c36f5b75ad3ac2a801f30268 diff --git a/openwrt/package/miau/Makefile b/openwrt/package/miau/Makefile index b8290aa7b4..ecfb03d884 100644 --- 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" \ + ac_cv_func_malloc_0_nonnull=yes \ + ac_cv_func_realloc_0_nonnull=yes \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \