wok-next diff openvpn/receipt @ rev 3624

Upgrade: menu-cache (0.2.2 to 0.2.5)
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jun 30 15:16:28 2009 +0000 (2009-06-30)
parents 52dc4b48ed81
children f135405894d8
line diff
     1.1 --- a/openvpn/receipt	Mon Oct 06 19:20:18 2008 +0000
     1.2 +++ b/openvpn/receipt	Tue Jun 30 15:16:28 2009 +0000
     1.3 @@ -18,6 +18,8 @@
     1.4  	./configure --prefix=/usr \
     1.5  	$CONFIGURE_ARGS &&
     1.6  	make &&
     1.7 +	( cd plugin/auth-pam/ ; make ) &&
     1.8 +	( cd plugin/down-root/ ; make ) &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11