diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-10-06 12:29:20 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-10-06 12:46:13 +0200 |
commit | 6c5f18b9311de8db04a9557f61877eca083b3299 (patch) | |
tree | 14a46b7eee2006f206f821ff45417e2d8ac91861 /recipes/lighttpd | |
parent | 46243e2ac292b0cc015b7811a802df11f3fa2fe6 (diff) |
lighttpd: inherit gettext
* remove --disable-nls from configure line
* bump INC_PR
Diffstat (limited to 'recipes/lighttpd')
-rw-r--r-- | recipes/lighttpd/lighttpd.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/lighttpd/lighttpd.inc b/recipes/lighttpd/lighttpd.inc index 1638fb8fce..aeb8dc9bfc 100644 --- a/recipes/lighttpd/lighttpd.inc +++ b/recipes/lighttpd/lighttpd.inc @@ -3,7 +3,7 @@ SECTION = "net" LICENSE = "BSD" DEPENDS = "libpcre" -INC_PR = "r3" +INC_PR = "r4" SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \ file://index.html \ @@ -11,7 +11,6 @@ SRC_URI = "http://www.lighttpd.net/download/lighttpd-${PV}.tar.gz \ file://lighttpd \ " - EXTRA_OECONF=" \ --without-bzip2 \ --without-ldap \ @@ -21,11 +20,10 @@ EXTRA_OECONF=" \ --without-webdav-props \ --without-webdav-locks \ --without-openssl \ - --disable-nls \ --disable-static \ " -inherit autotools pkgconfig update-rc.d +inherit autotools pkgconfig update-rc.d gettext INITSCRIPT_NAME = "lighttpd" INITSCRIPT_PARAMS = "defaults 70" |