Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 07:52:50 +0000 (UTC)
From:      Matthias Andree <mandree@svn.freebsd.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363854 - in head/security/openvpn-auth-ldap: . files
Message-ID:  <53ddea52.5e2a.40e96d6c@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sun Aug  3 07:52:49 2014
New Revision: 363854
URL: http://svnweb.freebsd.org/changeset/ports/363854
QAT: https://qat.redports.org/buildarchive/r363854/

Log:
  Make sure that -export-dynamic is passed to the linker.

Added:
  head/security/openvpn-auth-ldap/files/patch-tests__Makefile.in
     - copied, changed from r363678, head/security/openvpn-auth-ldap/files/patch-tests-Makefile.in
Deleted:
  head/security/openvpn-auth-ldap/files/patch-tests-Makefile.in
Modified:
  head/security/openvpn-auth-ldap/Makefile

Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile	Sun Aug  3 07:25:08 2014	(r363853)
+++ head/security/openvpn-auth-ldap/Makefile	Sun Aug  3 07:52:49 2014	(r363854)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openvpn-auth-ldap
 PORTVERSION=	2.0.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTNAME=	auth-ldap-${PORTVERSION}
@@ -33,6 +33,9 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 CONFIGURE_ENV+=	OBJC="${CC}"
 
+post-patch:
+	${REINPLACE_CMD} 's|-export-dynamic|-Wl,-export-dynamic|' ${WRKSRC}/configure
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/openvpn-auth-ldap.so
 .if ${PORT_OPTIONS:MDOCS}

Copied and modified: head/security/openvpn-auth-ldap/files/patch-tests__Makefile.in (from r363678, head/security/openvpn-auth-ldap/files/patch-tests-Makefile.in)
==============================================================================
--- head/security/openvpn-auth-ldap/files/patch-tests-Makefile.in	Thu Jul 31 20:59:32 2014	(r363678, copy source)
+++ head/security/openvpn-auth-ldap/files/patch-tests__Makefile.in	Sun Aug  3 07:52:49 2014	(r363854)
@@ -1,5 +1,5 @@
---- tests/Makefile.in.orig	2006-08-01 05:51:52.000000000 +0200
-+++ tests/Makefile.in	2013-06-09 06:33:07.000000000 +0200
+--- ./tests/Makefile.in.orig	2006-08-01 05:51:52.000000000 +0200
++++ ./tests/Makefile.in	2014-08-03 09:26:42.000000000 +0200
 @@ -26,7 +26,7 @@
  CFLAGS+=	@CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\"
  OBJCFLAGS+=	@CHECK_CFLAGS@ -DTEST_DATA=\"${srcdir}/data\"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53ddea52.5e2a.40e96d6c>