summaryrefslogtreecommitdiff
path: root/package/lvm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-28 11:25:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-01 13:51:51 +0100
commita9c484fd58d0535dda5e5a292dab120f83611b80 (patch)
treea7deff7e338f9a290bec40f4e97d39aa4f4fbaed /package/lvm/Makefile
parentbf401a7ecf628c21d7eeb0edb32401a648afd93d (diff)
revert this commit, as it breaks with uClibc-ng
https://www.redhat.com/archives/lvm-devel/2014-November/msg00132.html uClibc-ng uses simpler malloc as default.
Diffstat (limited to 'package/lvm/Makefile')
-rw-r--r--package/lvm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/lvm/Makefile b/package/lvm/Makefile
index 11a917e45..df1957df6 100644
--- a/package/lvm/Makefile
+++ b/package/lvm/Makefile
@@ -39,7 +39,9 @@ CONFIGURE_ARGS+= --with-user="" --with-group="" \
--with-optimisation="" \
--disable-testing \
--with-lvm1=none
-CONFIGURE_ENV+= ac_cv_flag_HAVE_PIE=no
+CONFIGURE_ENV+= ac_cv_flag_HAVE_PIE=no \
+ ac_cv_func_malloc_0_nonnull=yes \
+ ac_cv_func_realloc_0_nonnull=yes
lvm-install:
${INSTALL_DIR} ${IDIR_LVM}/usr/sbin