wok-next diff prelink/receipt @ rev 18189

openssl: security update to 1.0.1p - http://openssl.org/news/secadv_20150709.txt
author Nathan Neulinger <nneul@neulinger.org>
date Thu Jul 09 14:04:33 2015 +0000 (2015-07-09)
parents f2262a46d539
children d43bf7aae921
line diff
     1.1 --- a/prelink/receipt	Sat Apr 05 20:34:28 2014 +0000
     1.2 +++ b/prelink/receipt	Thu Jul 09 14:04:33 2015 +0000
     1.3 @@ -11,11 +11,12 @@
     1.4  WGET_URL="http://people.redhat.com/jakub/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="elfutils"
     1.7 -BUILD_DEPENDS="elfutils-dev"
     1.8 +BUILD_DEPENDS="elfutils-dev pkg-config"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 +	sed -i 's/^LIBS.*/& -lpthread/' src/Makefile*
    1.14  	./configure $CONFIGURE_ARGS && make && make install
    1.15  }
    1.16