aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2/APKBUILD
diff options
context:
space:
mode:
authorScrumpyJack <scrumpyjack@me.com>2014-11-05 18:25:09 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2014-11-06 00:12:33 +0100
commit1087cdb23bedc647b4a465a4b4d4f07d01acf18d (patch)
tree8ff0a5b73243e4f7c21424689347fa4cd8a4b7d0 /main/apache2/APKBUILD
parent3f8e7d06c80bc8d7e865c1462e912eead891684a (diff)
main/apache2: added suid option in APKBUILD
Diffstat (limited to 'main/apache2/APKBUILD')
-rw-r--r--main/apache2/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD
index ca325a4d087..3f98030823f 100644
--- a/main/apache2/APKBUILD
+++ b/main/apache2/APKBUILD
@@ -29,6 +29,8 @@ source="http://archive.apache.org/dist/httpd/httpd-$pkgver.tar.bz2
lua.conf
alpine.layout
"
+options="suid"
+
_builddir="$srcdir"/httpd-$pkgver
prepare() {