mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/morebalance: Explicitly link libz (taken from dports)
This commit is contained in:
parent
07162f3ba7
commit
dfa6502b34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342819
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
|
|||
MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
USES= gettext
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lpcre -lggz -lgnutls -lintl ${PTHREAD_LIBS}
|
||||
LDFLAGS+= -lz ${PTHREAD_LIBS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lpcre -lggz -lgnutls -lintl
|
||||
|
||||
MAN1= morebalance.1
|
||||
MAN5= morebalance.conf.5
|
||||
|
|
Loading…
Add table
Reference in a new issue