summaryrefslogtreecommitdiff
path: root/package/libestr
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-13 21:59:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-13 21:59:50 +0200
commitce2eb8f92671ec426c996baca1ef9931c3bacb68 (patch)
treed3a885bbd94a72a4f486b3b51b6cebb049bc1672 /package/libestr
parent6c85bf610d803db0183faa02ffebbf1f48c318c2 (diff)
a lot of bugfixes and package updates
Diffstat (limited to 'package/libestr')
-rw-r--r--package/libestr/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libestr/Makefile b/package/libestr/Makefile
index d7a50e854..7f4181e68 100644
--- a/package/libestr/Makefile
+++ b/package/libestr/Makefile
@@ -19,6 +19,9 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBESTR,libestr,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes \
+ ac_cv_func_realloc_0_nonnull=yes
+
libestr-install:
$(INSTALL_DIR) $(IDIR_LIBESTR)/usr/lib
$(CP) $(WRKINST)/usr/lib/libestr*.so* \