Skip to content

Commit

Permalink
mail/asmail: configure SSL for any library base
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmarino committed Sep 10, 2016
1 parent 6d90746 commit 8a2c644
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mail/asmail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ MASTER_SITES= AFTERSTEP/apps/asmail/ \
MAINTAINER= [email protected]
COMMENT= Biff-type program, designed to match AfterStep

USES= ssl
USE_XORG= xpm
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shaping \
--with-xpm \
--with-xpm-includes=${LOCALBASE}/include \
--with-xpm-library=${LOCALBASE}/lib

LDFLAGS+= -pthread -lssl -lcrypto
LDFLAGS+= -pthread -L${OPENSSLLIB} -lssl -lcrypto
CPPFLAGS+= -I${OPENSSLINC}

OPTIONS_DEFINE= DOCS EXAMPLES

Expand Down

0 comments on commit 8a2c644

Please sign in to comment.