summaryrefslogtreecommitdiffstats
path: root/package/lvm2
diff options
context:
space:
mode:
Diffstat (limited to 'package/lvm2')
-rw-r--r--package/lvm2/lvm2.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index bae0d549a5..6a3aec3979 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -43,4 +43,8 @@ else
LVM2_CONF_OPTS += --disable-applib
endif
+ifeq ($(BR2_arc),y)
+LVM2_CONF_ENV += ac_cv_flag_HAVE_PIE=no
+endif
+
$(eval $(autotools-package))
OpenPOWER on IntegriCloud