mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/bsdec2-image-upload: Add SSL flags
Approved by: SSL blanket
This commit is contained in:
parent
62ada23153
commit
19e1ce461c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421761
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||
|
||||
USES= tar:tgz uidfix
|
||||
USE_OPENSSL= yes
|
||||
USES= ssl tar:tgz uidfix
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
# Install into ${STAGEDIR}${PREFIX}; but the build respects ${DESTDIR} so
|
||||
# all we need to give is the ${PREFIX}/bin part.
|
||||
|
|
Loading…
Add table
Reference in a new issue