wok rev 17736
prelink: force libpthread link
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 12:45:18 2015 +0100 (2015-03-06) |
parents | 6654f7570789 |
children | 4ca6eb8bdb8b |
files | prelink/receipt |
line diff
1.1 --- a/prelink/receipt Fri Mar 06 12:02:31 2015 +0100 1.2 +++ b/prelink/receipt Fri Mar 06 12:45:18 2015 +0100 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