diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine32/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cfengine33/Makefile | 5 | ||||
-rw-r--r-- | sysutils/cfengine34/Makefile | 5 | ||||
-rw-r--r-- | sysutils/cfengine35/Makefile | 5 |
4 files changed, 11 insertions, 6 deletions
diff --git a/sysutils/cfengine32/Makefile b/sysutils/cfengine32/Makefile index 7728ecc808ef..ffbf6f4b204b 100644 --- a/sysutils/cfengine32/Makefile +++ b/sysutils/cfengine32/Makefile @@ -25,6 +25,8 @@ LIB_DEPENDS= libpcre.so:devel/pcre USES= bdb cpe libtool ssl GNU_CONFIGURE= yes +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine3 CONFIGURE_ARGS= --docdir=${DOCSDIR} \ diff --git a/sysutils/cfengine33/Makefile b/sysutils/cfengine33/Makefile index f03729cecd50..483e9a28268f 100644 --- a/sysutils/cfengine33/Makefile +++ b/sysutils/cfengine33/Makefile @@ -20,10 +20,11 @@ CONFLICTS= cfengine-2* cfengine-3.[24-9]* cfengine-devel-* USE_RC_SUBR= cf-execd cf-serverd -USES= cpe gmake libtool +USES= cpe gmake libtool ssl USE_LDCONFIG= yes -USE_OPENSSL= yes GNU_CONFIGURE= yes +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine CONFIGURE_ARGS= --docdir=${DOCSDIR} \ diff --git a/sysutils/cfengine34/Makefile b/sysutils/cfengine34/Makefile index eab239aebcff..6cdeba76285e 100644 --- a/sysutils/cfengine34/Makefile +++ b/sysutils/cfengine34/Makefile @@ -23,10 +23,11 @@ CONFLICTS= cfengine-2* cfengine-3.[235-9]* cfengine-devel-* USE_RC_SUBR= cf-execd cf-serverd -USES= cpe libtool gmake +USES= cpe gmake libtool ssl USE_LDCONFIG= yes -USE_OPENSSL= yes GNU_CONFIGURE= yes +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine CONFIGURE_ARGS= --docdir=${DOCSDIR} \ diff --git a/sysutils/cfengine35/Makefile b/sysutils/cfengine35/Makefile index e6224b8d3d90..416d2d68393d 100644 --- a/sysutils/cfengine35/Makefile +++ b/sysutils/cfengine35/Makefile @@ -28,11 +28,12 @@ CONFLICTS= cfengine-[2346-9]* USE_RC_SUBR= cf-execd cf-serverd cf-monitord -USES= cpe gmake libtool +USES= cpe gmake libtool ssl USE_LDCONFIG= yes -USE_OPENSSL= yes GNU_CONFIGURE= yes CFLAGS+= -Wno-return-type +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine CONFIGURE_ARGS= --docdir=${DOCSDIR} \ |