diff options
Diffstat (limited to 'lighttpd/Pkgfile')
-rw-r--r-- | lighttpd/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lighttpd/Pkgfile b/lighttpd/Pkgfile index 633e2532c..521ddd528 100644 --- a/lighttpd/Pkgfile +++ b/lighttpd/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libpcre name=lighttpd -version=1.4.50 +version=1.4.53 release=1 source=(http://download.$name.net/$name/releases-1.4.x/$name-$version.tar.xz \ $name.conf \ @@ -13,8 +13,7 @@ source=(http://download.$name.net/$name/releases-1.4.x/$name-$version.tar.xz \ build() { cd $name-$version - ./configure --prefix=/usr --libdir=/usr/lib/$name --with-openssl \ - --mandir=/usr/man --with-pcre + ./configure --prefix=/usr --libdir=/usr/lib/$name --with-openssl --with-pcre make make DESTDIR=$PKG install |