pam_unix2: Source Changes.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-03-08 05:16:13 +07:00
parent dfe444c0ce
commit f7d0d4f68c

View file

@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c ftp://ftp.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
wget -c https://sources.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"