diff options
Diffstat (limited to 'package/apache/apache.mk')
-rw-r--r-- | package/apache/apache.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/apache/apache.mk b/package/apache/apache.mk index 8e7b6be40d..e752fcc6c5 100644 --- a/package/apache/apache.mk +++ b/package/apache/apache.mk @@ -35,10 +35,6 @@ APACHE_CONF_OPTS = \ --disable-lua \ --disable-luajit -ifeq ($(BR2_ARCH_HAS_ATOMICS),y) -APACHE_CONF_OPTS += --enable-nonportable-atomics=yes -endif - ifeq ($(BR2_PACKAGE_LIBXML2),y) APACHE_DEPENDENCIES += libxml2 # Apache wants the path to the header file, where it can find |