diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 09:34:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-13 09:34:02 +0200 |
commit | e251f8299bf34e329613e68116d47e124192bc84 (patch) | |
tree | 82aaada62ba14e302c6db2617117543a1dbeebe2 /package/lighttpd | |
parent | 3b7b09fd2d8c6962e14f5f5464fe4a0570235df2 (diff) |
use static-libgc not only for base, simplifies dependencies, just a few bytes bigger for a xbmc build
Diffstat (limited to 'package/lighttpd')
-rw-r--r-- | package/lighttpd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/lighttpd/Makefile b/package/lighttpd/Makefile index 6b639ed0c..a479318f8 100644 --- a/package/lighttpd/Makefile +++ b/package/lighttpd/Makefile @@ -9,7 +9,6 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= c7ae774eab4cb7ac85e41b712f4ee9ba PKG_DESCR:= lightweight web server PKG_SECTION:= www -PKG_DEPENDS:= libgcc PKG_URL:= http://www.lighttpd.net/ PKG_SITES:= http://download.lighttpd.net/lighttpd/releases-1.4.x/ |