diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-03-04 19:08:53 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-03-04 19:08:53 +0000 |
commit | 469e5c4c1bb7883cc9af24208f68adc40aa869b4 (patch) | |
tree | 12ee4db08baaf5012016593cd6454b6784a8ea11 /sci-libs/shogun/files | |
parent | fixed build with boost-1.52 (bug #460238), also broken intermediate version (diff) | |
download | historical-469e5c4c1bb7883cc9af24208f68adc40aa869b4.tar.gz historical-469e5c4c1bb7883cc9af24208f68adc40aa869b4.tar.bz2 historical-469e5c4c1bb7883cc9af24208f68adc40aa869b4.zip |
Force linking with threads in every case
Package-Manager: portage-2.2.01.21688-prefix/cvs/Linux x86_64
Manifest-Sign-Key: 0x13CB1360
Diffstat (limited to 'sci-libs/shogun/files')
-rw-r--r-- | sci-libs/shogun/files/shogun-1.1.0-respect-ldflags.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/shogun/files/shogun-1.1.0-respect-ldflags.patch b/sci-libs/shogun/files/shogun-1.1.0-respect-ldflags.patch index 0e4a331d354c..60753606cdb8 100644 --- a/sci-libs/shogun/files/shogun-1.1.0-respect-ldflags.patch +++ b/sci-libs/shogun/files/shogun-1.1.0-respect-ldflags.patch @@ -6,7 +6,7 @@ diff -Nur src.orig/configure src/configure DEFINES_SWIG= PRELINKFLAGS= -LINKFLAGS= -+LINKFLAGS="$LDFLAGS" ++LINKFLAGS="$LDFLAGS -lpthread" POSTLINKFLAGS= INCLUDES_STATIC_INTERFACES= |