wok rev 14050

mapserver: add CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 19 12:45:48 2013 +0100 (2013-02-19)
parents 122b4ff7eb3a
children 427b650440cd
files mapserver/receipt
line diff
     1.1 --- a/mapserver/receipt	Mon Feb 18 21:32:21 2013 +0100
     1.2 +++ b/mapserver/receipt	Tue Feb 19 12:45:48 2013 +0100
     1.3 @@ -17,6 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	patch -p1 -i $stuff/mapserver-Makefile.u || exit 1
     1.7 +	CFLAGS="$CFLAGS -ldl -lpthread" \
     1.8  	./configure \
     1.9  		--with-threads \
    1.10  		--with-proj \