diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-30 18:07:30 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-01 22:47:22 +0200 |
| commit | f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 (patch) | |
| tree | 2d5aec9adb0437e15a14befe6b2bcc082d0e327a /package/civetweb | |
| parent | f8518c47ab785ac5bd6a4aedf78db94d576ffe23 (diff) | |
| download | buildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.tar.gz buildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.zip | |
packages: remove (non-)lfs dependencies and tweaks
Now that largefile is mandatory removes package dependencies and
conditionals.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/civetweb')
| -rw-r--r-- | package/civetweb/Config.in | 4 | ||||
| -rw-r--r-- | package/civetweb/civetweb.mk | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/package/civetweb/Config.in b/package/civetweb/Config.in index 33f4ef1091..f964ac1739 100644 --- a/package/civetweb/Config.in +++ b/package/civetweb/Config.in @@ -12,15 +12,11 @@ if BR2_PACKAGE_CIVETWEB config BR2_CIVETWEB_WITH_LUA bool "enable Lua support" # required by the bundled Sqlite3 and Lua code - depends on BR2_LARGEFILE help Enable Lua support in Civetweb. Note that this will use a version of Lua and Sqlite bundled within the Civetweb sources, and not the packages from Buildroot. -comment "Lua support needs a toolchain w/ largefile" - depends on !BR2_LARGEFILE - endif comment "civetweb needs a toolchain w/ threads" diff --git a/package/civetweb/civetweb.mk b/package/civetweb/civetweb.mk index eaa075b3ed..c688f0dba1 100644 --- a/package/civetweb/civetweb.mk +++ b/package/civetweb/civetweb.mk @@ -15,10 +15,6 @@ CIVETWEB_LIBS = -lpthread -lm -ldl CIVETWEB_SYSCONFDIR = /etc CIVETWEB_HTMLDIR = /var/www -ifneq ($(BR2_LARGEFILE),y) -CIVETWEB_COPT += -DSQLITE_DISABLE_LFS -endif - ifeq ($(BR2_INET_IPV6),y) CIVETWEB_CONF_OPTS += WITH_IPV6=1 endif |

