diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index 745902eed3c..f7c7da22937 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -1,9 +1,9 @@ # Template file for 'lighttpd' pkgname=lighttpd version=1.4.34 -revision=1 +revision=2 makedepends="libmysqlclient-devel lua-devel libxml2-devel sqlite-devel gdbm-devel pcre-devel openssl-devel fcgi-devel" -hostmakedepends="pkg-config pcre-devel libtool which" +hostmakedepends="automake pkg-config pcre-devel libtool which" conf_files="/etc/lighttpd/lighttpd.conf" system_accounts="lighttpd" lighttpd_homedir="/var/tmp/lighttpd" @@ -20,7 +20,7 @@ checksum=e4b5682ef21b0bdea4a18dc7ccac6b5a0bf526b691ad0fe5c25c8b9fc38d0c12 build_style=gnu-configure configure_args=" --with-gnu-ld \ - --libexecdir=/usr/lib/lighttpd/modules \ + --libdir=/usr/lib/lighttpd/modules/ \ --sysconfdir=/etc/lighttpd \ --with-mysql=${XBPS_CROSS_BASE}/usr/bin/mysql_config \ --with-ldap \ @@ -37,10 +37,12 @@ configure_args=" --with-gdbm \ --with-memcache \ --with-lua" + +lib32_disabled=yes disable_parallel_build=yes pre_configure() { - libtoolize -f + autoreconf -fi } post_install() { vinstall ${FILESDIR}/lighttpd.conf 644 etc/lighttpd