Respect PTHREAD_LIBS to fix build on 4.x
Reported by: pointyhat via kris Approved by: adamw (implicit)
This commit is contained in:
parent
1601298e7a
commit
92401d6d25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122531
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-sysqdbm \
|
|||
--enable-devel
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/include"
|
||||
LDFLAGS="-L${LOCALBASE}/include ${PTHREAD_LIBS}"
|
||||
|
||||
OPTIONS= CHASEN "Japanese Morphological Analysis Support" On \
|
||||
MECAB "Part-of-Speech and Morphological Analyzer" On \
|
||||
|
|
|
@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-sysqdbm \
|
|||
--enable-devel
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/include"
|
||||
LDFLAGS="-L${LOCALBASE}/include ${PTHREAD_LIBS}"
|
||||
|
||||
OPTIONS= CHASEN "Japanese Morphological Analysis Support" On \
|
||||
MECAB "Part-of-Speech and Morphological Analyzer" On \
|
||||
|
|
Loading…
Reference in a new issue