aboutsummaryrefslogtreecommitdiffstats
path: root/testing/shadow
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-07-23 23:38:19 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-07-23 23:38:19 +0200
commit339291493b4dd9b1ef775c24bc8d7a8adf0b1523 (patch)
tree18938f4d5ce7d85df3c61ee291f6e524eaf9e2b3 /testing/shadow
parenta34eafaa3866a1f457d9c128f674cf9daeb2974e (diff)
downloadaports-339291493b4dd9b1ef775c24bc8d7a8adf0b1523.tar.bz2
aports-339291493b4dd9b1ef775c24bc8d7a8adf0b1523.tar.xz
testing/shadow: fix newuidmap segfault - remove -O0
Diffstat (limited to 'testing/shadow')
-rw-r--r--testing/shadow/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/shadow/APKBUILD b/testing/shadow/APKBUILD
index 4e0587894f..70ee80a188 100644
--- a/testing/shadow/APKBUILD
+++ b/testing/shadow/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=shadow
pkgver=4.2.1
-pkgrel=4
+pkgrel=5
pkgdesc="PAM-using login and passwd utilities (usermod / useradd / newuidmap etc)"
url="http://pkg-shadow.alioth.debian.org/"
arch="all"
@@ -22,7 +22,7 @@ builddir="$srcdir/shadow-$pkgver"
build() {
cd "$builddir"
- CFLAGS="$CFLAGS -O0" ./configure --prefix=/usr \
+ ./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \