wok-next rev 13943
giac: add LDFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 27 20:26:38 2013 +0100 (2013-01-27) |
parents | 21c4b58c334e |
children | 6d1e49695497 |
files | giac/receipt |
line diff
1.1 --- a/giac/receipt Sun Jan 27 09:55:53 2013 +0100 1.2 +++ b/giac/receipt Sun Jan 27 20:26:38 2013 +0100 1.3 @@ -12,7 +12,7 @@ 1.4 DEPENDS="gmp mpfr libpng gsl pari ntl readline cocoalib fltk gf2x" 1.5 BUILD_DEPENDS="gmp-dev mpfr-dev libpng-dev gsl-dev pari-dev ntl readline-dev \ 1.6 cocoalib fltk-dev xorg-libX11-dev gf2x-dev xorg-libXinerama-dev \ 1.7 -fltk-2.0.x-gl bison gfortran mesa-dev expat-dev" # lapack 1.8 +fltk-2.0.x-gl bison gfortran mesa-dev expat-dev gf2x-dev libboost-system-dev" # lapack 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -21,6 +21,7 @@ 1.13 cp /usr/include/FL/Fl_Input.H /usr/include/FL/Fl_Input.H.ORG 1.14 sed -i '220,220s/protected/public/' /usr/include/FL/Fl_PostScript.H 1.15 sed -i '266,266s/protected/public/' /usr/include/FL/Fl_Input.H 1.16 + export LDFLAGS="$LDFLAGS -lgf2x -lboost_system" 1.17 ./configure $CONFIGURE_ARGS && 1.18 make && 1.19 make install 1.20 @@ -31,6 +32,5 @@ 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - : 1.25 - #cp -a $install/* $fs 1.26 + cp -a $install/* $fs 1.27 }