wok diff unixODBC/receipt @ rev 6215

Up: libnice, libnice-dev to 0.0.13.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Sep 11 16:33:27 2010 +0000 (2010-09-11)
parents 3115c291f303
children cc664d78f8e0
line diff
     1.1 --- a/unixODBC/receipt	Wed Feb 24 12:19:54 2010 +0000
     1.2 +++ b/unixODBC/receipt	Sat Sep 11 16:33:27 2010 +0000
     1.3 @@ -17,8 +17,8 @@
     1.4  	cd $src
     1.5  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.6  	--disable-gui --sysconfdir=/etc \
     1.7 -	--mandir=/usr/share/man $CONFIGURE_ARGS
     1.8 -	make
     1.9 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.10 +	make -j 4 &&
    1.11  	make DESTDIR=$PWD/_pkg install
    1.12  }
    1.13