[beast/temp-rc1] BSE: remove old libtool build workaround



commit f5c70c0a971069c4c1ec78b1bb12e7139fcab767
Author: Tim Janik <timj gnu org>
Date:   Fri Oct 17 05:51:41 2014 +0200

    BSE: remove old libtool build workaround

 bse/Makefile.am |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/bse/Makefile.am b/bse/Makefile.am
index 87e68ee..cda233c 100644
--- a/bse/Makefile.am
+++ b/bse/Makefile.am
@@ -130,9 +130,6 @@ EXTRA_DIST += $(strip \
        bse-internals.hh                                        \
 )
 
-# -pthread -> -lpthread hack (required for libtool library linkage)
-pthread_2_lpthread = $(if $(findstring -pthread, $1), -lpthread)
-
 #
 # BSE library
 #
@@ -148,7 +145,6 @@ libbse_la_LDFLAGS            = $(strip                              \
        -release $(LT_RELEASE)                                  \
        -no-undefined                                           \
        $(AM_LDFLAGS)                                           \
-       $(call pthread_2_lpthread, $(BSE_LIBS) $(SFI_LIBS))     \
 )
 EXTRA_DIST += ldscript.map
 #      -Wl,-Bsymbolic


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]