diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-10 22:05:00 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-10 22:05:00 +0000 |
commit | ee1ab2e434a11467926ad032220d09513a8e1505 (patch) | |
tree | e0341f40838d9c67bd7e6c4b07099211826675c7 /net-mgmt/aircrack-ng | |
parent | net-im/libyahoo2: document and configure SSL build dependency (diff) |
net-mgmt/aircrack-ng: Add SSL build flags
Approved by: SSL blanket
Notes
Notes:
svn path=/head/; revision=421750
Diffstat (limited to 'net-mgmt/aircrack-ng')
-rw-r--r-- | net-mgmt/aircrack-ng/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile index 9a6b4a01d97e..92a7710c0373 100644 --- a/net-mgmt/aircrack-ng/Makefile +++ b/net-mgmt/aircrack-ng/Makefile @@ -19,6 +19,8 @@ CPE_VERSION= ${DISTVERSION:C/-.*//} CPE_UPDATE= ${DISTVERSION:C/^[^-]*$//:C/.*-//} DOS2UNIX_FILES= src/osdep/byteorder.h MAKE_ARGS= experimental=true libnl=false prefix=${PREFIX} +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} # Don't call 'strip' target with WITH_DEBUG set INSTALL_TARGET= ${STRIP:S/-s/strip/} install |