summaryrefslogtreecommitdiffstats
path: root/package/monit/monit.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/monit/monit.mk')
-rw-r--r--package/monit/monit.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/package/monit/monit.mk b/package/monit/monit.mk
index 732b11133c..1a81349254 100644
--- a/package/monit/monit.mk
+++ b/package/monit/monit.mk
@@ -23,7 +23,8 @@ MONIT_CONF_ENV = \
libmonit_cv_vsnprintf_c99_conformant=yes
MONIT_CONF_OPTS += \
- --without-pam
+ --without-pam \
+ --with-largefiles
ifeq ($(BR2_PACKAGE_OPENSSL),y)
MONIT_CONF_OPTS += --with-ssl=$(STAGING_DIR)/usr
@@ -32,10 +33,4 @@ else
MONIT_CONF_OPTS += --without-ssl
endif
-ifeq ($(BR2_LARGEFILE),y)
-MONIT_CONF_OPTS += --with-largefiles
-else
-MONIT_CONF_OPTS += --without-largefiles
-endif
-
$(eval $(autotools-package))
OpenPOWER on IntegriCloud