diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-02-07 11:41:03 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-22 15:24:54 +0100 |
commit | c0da6bcf85e594fbca70726d9e2c6189e08700cc (patch) | |
tree | fa2a032697d649266ee08f3dbcfc90384e771aaf /package/Config.in | |
parent | f22c2d32a9935bc64eb60c04bae2fb1d246685c0 (diff) | |
download | buildroot-c0da6bcf85e594fbca70726d9e2c6189e08700cc.tar.gz buildroot-c0da6bcf85e594fbca70726d9e2c6189e08700cc.zip |
apache: new package
[Thomas:
- Don't explicitly pass CC_FOR_BUILD and CFLAGS_FOR_BUILD, those are
already part of the default environment passed by the
autotools-package infrastructure.
- Explicitly disable Lua and LuaJIT support to avoid mis-detection of
host installation.
- Explicitly handle the optional support of libxml2, OpenSSL and
zlib. Especially, the absence of explicit handling for libxml2 was
causing a build failure due to the host libxml2 being detected.
- Remove /usr/manual and /usr/build from the target. This saves 20+
MB of target space.]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 222ea38ccb..09d49d9db2 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1053,6 +1053,7 @@ endmenu menu "Networking applications" source "package/aiccu/Config.in" source "package/aircrack-ng/Config.in" + source "package/apache/Config.in" source "package/argus/Config.in" source "package/arptables/Config.in" source "package/atftp/Config.in" |