mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
mail/wmmaiload: Explicitly link libcrypto (taken from dports)
This commit is contained in:
parent
362e326974
commit
9100bd8563
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342843
@ -22,7 +22,7 @@ MAKE_ENV= DEBUG_CFLAGS="-I${OPENSSLINC}" \
|
||||
|
||||
CFLAGS+= -D_GNU_SOURCE
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lcrypto
|
||||
|
||||
PLIST_FILES= bin/wmmaiload bin/wmmaiload-config \
|
||||
man/man1/wmmaiload.1.gz man/man1/wmmaiload-config.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user