mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
irc/bip: Configure SSL flags to support non-base libraries
Approved by: SSL blanket
This commit is contained in:
parent
f73414f315
commit
e1ca74faa3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421721
@ -13,8 +13,8 @@ LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS+= -Wno-sign-compare -Wno-error
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
|
||||
CFLAGS+= -Wno-sign-compare -Wno-error -I${OPENSSLINC}
|
||||
USES= cpe gmake ssl
|
||||
CPE_VENDOR= duckcorp
|
||||
INSTALL_TARGET= SUBDIR=src install-exec
|
||||
|
Loading…
Reference in New Issue
Block a user