mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[2340] specify thread flag as part CPPFLAGS, not LDFLAGS.
newer version of clang treats the latter as a fatal error.
This commit is contained in:
@@ -743,7 +743,8 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
LOG4CPLUS_LIBS="$LOG4CPLUS_LIBS -llog4cplus $MULTITHREADING_FLAG"
|
||||
LOG4CPLUS_INCLUDES="$LOG4CPLUS_INCLUDES $MULTITHREADING_FLAG"
|
||||
LOG4CPLUS_LIBS="$LOG4CPLUS_LIBS -llog4cplus"
|
||||
|
||||
AC_SUBST(LOG4CPLUS_LIBS)
|
||||
AC_SUBST(LOG4CPLUS_INCLUDES)
|
||||
|
Reference in New Issue
Block a user