diff options
Diffstat (limited to 'package/make/make.mk')
-rw-r--r-- | package/make/make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/make/make.mk b/package/make/make.mk index 6e7a8f1aed..ebfa2f0319 100644 --- a/package/make/make.mk +++ b/package/make/make.mk @@ -13,7 +13,7 @@ MAKE_LICENSE_FILES = COPYING # Disable the 'load' operation for static builds since it needs dlopen ifeq ($(BR2_STATIC_LIBS),y) - MAKE_CONF_OPTS += --disable-load +MAKE_CONF_OPTS += --disable-load endif ifeq ($(BR2_PACKAGE_GUILE),y) |