diff options
Diffstat (limited to 'user/lighttpd')
-rw-r--r-- | user/lighttpd/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/lighttpd/APKBUILD b/user/lighttpd/APKBUILD index b79d8800d..2262acb6b 100644 --- a/user/lighttpd/APKBUILD +++ b/user/lighttpd/APKBUILD @@ -44,6 +44,7 @@ source="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-$pkgver.t build() { meson \ + -Dprefix=/usr \ -Dwith_ldap=enabled \ -Dwith_lua=true \ -Dwith_openssl=true \ |