wok rev 11109
gnu-netcat: Compile with $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 03:54:26 2011 +0000 (2011-10-17) |
parents | b80b0afd0d61 |
children | b5d06f4fa20f |
files | gnu-netcat/receipt |
line diff
1.1 --- a/gnu-netcat/receipt Mon Oct 17 03:52:30 2011 +0000 1.2 +++ b/gnu-netcat/receipt Mon Oct 17 03:54:26 2011 +0000 1.3 @@ -16,7 +16,8 @@ 1.4 { 1.5 cd $src 1.6 ./configure --mandir=/usr/share/man \ 1.7 - --infodir=/usr/share/info && 1.8 + --infodir=/usr/share/info \ 1.9 + $CONFIGURE_ARGS && 1.10 make && make install 1.11 } 1.12