wok diff pam/receipt @ rev 17091
dooble: clean $fs
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Aug 28 01:42:21 2014 +0200 (2014-08-28) |
parents | 51a1ebbda768 |
children | 60f944d082a0 |
line diff
1.1 --- a/pam/receipt Fri Oct 18 19:43:55 2013 +0000 1.2 +++ b/pam/receipt Thu Aug 28 01:42:21 2014 +0200 1.3 @@ -9,20 +9,17 @@ 1.4 SOURCE="Linux-PAM" 1.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/" 1.7 -# Download sources from a non-https mirror so that tazwok can 1.8 -# cook the toolchain (pam is a build-depend of busybox). 1.9 -# It's because at this moment tazwok doesn't have access to https 1.10 -# compatible wget. 1.11 WGET_URL="http://gentoo.osuosl.org/distfiles/$TARBALL" 1.12 +HOST_ARCH="i486 arm" 1.13 1.14 DEPENDS="glibc-base libdb" 1.15 -BUILD_DEPENDS="flex db db-dev libdb" 1.16 +BUILD_DEPENDS="flex db-dev libdb" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 - cd $src 1.22 - ./configure --sysconfdir=/etc $CONFIGURE_ARGS && 1.23 + ./configure --sysconfdir=/etc \ 1.24 + $CONFIGURE_ARGS && 1.25 make && make install 1.26 } 1.27