pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/freeradius



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct  8 15:50:39 UTC 2018

Modified Files:
        pkgsrc/net/freeradius: Makefile Makefile.common

Log Message:
freeradius: Move openssl buildlink into common file.

Also add explicit openssl configure arguments.  Fixes issue where the module
builds could not find openssl.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/net/freeradius/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/freeradius/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/freeradius/Makefile
diff -u pkgsrc/net/freeradius/Makefile:1.98 pkgsrc/net/freeradius/Makefile:1.99
--- pkgsrc/net/freeradius/Makefile:1.98 Tue Sep 25 12:20:05 2018
+++ pkgsrc/net/freeradius/Makefile      Mon Oct  8 15:50:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2018/09/25 12:20:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.99 2018/10/08 15:50:39 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -219,5 +219,4 @@ TEST_MAKE_FLAGS+=   EAPOL_TEST=""
 post-install:
        ${RM} -f ${DESTDIR}${PREFIX}/lib/*.a ${DESTDIR}${PREFIX}/lib/*.la
 
-.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/freeradius/Makefile.common
diff -u pkgsrc/net/freeradius/Makefile.common:1.3 pkgsrc/net/freeradius/Makefile.common:1.4
--- pkgsrc/net/freeradius/Makefile.common:1.3   Tue Sep 25 12:16:36 2018
+++ pkgsrc/net/freeradius/Makefile.common       Mon Oct  8 15:50:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2018/09/25 12:16:36 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.4 2018/10/08 15:50:39 jperkin Exp $
 # used by net/freeradius/Makefile.module
 
 DISTNAME=              freeradius-server-3.0.17
@@ -14,6 +14,8 @@ GNU_CONFIGURE=                yes
 USE_TOOLS+=            gmake perl
 USE_LANGUAGES+=                c c++
 
+CONFIGURE_ARGS+=       --with-openssl-include-dir=${BUILDLINK_PREFIX.openssl}/include
+CONFIGURE_ARGS+=       --with-openssl-lib-dir=${BUILDLINK_PREFIX.openssl}/lib
 CONFIGURE_ARGS+=       --without-rlm_yubikey
 
 CFLAGS.SunOS+=         -D_XPG4_2 -D__EXTENSIONS__
@@ -27,3 +29,4 @@ INSTALLATION_DIRS+=   lib
 .include "../../databases/gdbm/buildlink3.mk"
 .include "../../devel/talloc/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index