wok-next diff sleuthkit/receipt @ rev 20866

mono: fix build by not enabling Spectre mitigation
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 01 23:19:43 2018 +0300 (2018-07-01)
parents 9e5dca6702bf
children d5aab818505e
line diff
     1.1 --- a/sleuthkit/receipt	Sat Apr 07 16:01:14 2018 +0300
     1.2 +++ b/sleuthkit/receipt	Sun Jul 01 23:19:43 2018 +0300
     1.3 @@ -20,6 +20,7 @@
     1.4  		--without-libewf \
     1.5  		--without-afflib \
     1.6  		$CONFIGURE_ARGS &&
     1.7 +	fix libtool &&
     1.8  	make LDFLAGS+="-lpthread -ldl" &&
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }