mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
- Regenerate patch with make makepatch PR: 213140 [1] Submitted by: Neel Chauhan (maintainer) [1]
11 lines
326 B
Text
11 lines
326 B
Text
--- configure.ac.orig 2016-09-30 05:30:34 UTC
|
|
+++ configure.ac
|
|
@@ -18,7 +18,7 @@ AX_PTHREAD([])
|
|
dnl Global CFLAGS, for tcpkali and its third-party dependencies.
|
|
|
|
CC="${PTHREAD_CC}"
|
|
-LIBS="${PTHREAD_LIBS} ${LIBS}"
|
|
+LIBS="-lpthread ${LIBS}"
|
|
CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
|
|
|
|
AC_CHECK_PROGS([YACC], ['bison -y' byacc])
|