wok diff isync/receipt @ rev 18951

isync, lessfs: add LDFLAGS (db needs -lpthread)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 07 10:45:25 2016 +0100 (2016-03-07)
parents 36ac89be6985
children 5597c91d561d
line diff
     1.1 --- a/isync/receipt	Sun Jul 20 11:39:38 2014 +0200
     1.2 +++ b/isync/receipt	Mon Mar 07 10:45:25 2016 +0100
     1.3 @@ -17,6 +17,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export LDFLAGS="$LDFLAGS -lpthread"
     1.8  	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.9  	make && make DESTDIR=$DESTDIR install
    1.10  }