kopia lustrzana https://github.com/jamescoxon/dl-fldigi
XMLRPC linking error
* Removed -lpthread from xmlrpc.m4 generation of XMLRPC_LIBS
- newer gcc linker faults if -lpthread is out of order
pull/2/head
rodzic
df89c3c67c
commit
f92dbf57c5
|
|
@ -12,7 +12,7 @@ AC_DEFUN([AC_FLDIGI_XMLRPC_CONFIG], [
|
|||
|
||||
test "x$XMLRPC_CFLAGS" = "x" && XMLRPC_CFLAGS=`$XMLRPC_C_CONFIG c++2 abyss-server --cflags`
|
||||
if test "x$XMLRPC_LIBS" = "x"; then
|
||||
XMLRPC_LIBS=`$XMLRPC_C_CONFIG c++2 abyss-server --ldadd`
|
||||
XMLRPC_LIBS=`$XMLRPC_C_CONFIG c++2 abyss-server --ldadd | sed s/.-lpthread.//`
|
||||
test "$ac_cv_static" = "yes" && XMLRPC_LIBS="-Wl,-Bstatic $XMLRPC_LIBS -Wl,-Bdynamic"
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue