svn commit: r420550 - in head/lang/rexx-regina: . files

Thomas Zander riggs at FreeBSD.org
Sun Aug 21 12:51:07 UTC 2016


Author: riggs
Date: Sun Aug 21 12:51:05 2016
New Revision: 420550
URL: https://svnweb.freebsd.org/changeset/ports/420550

Log:
  Fix spurious linking issues with libregina.so
  
  PR:		211974
  Submitted by:	bob at eager.cx
  MFH:		2016Q3 (ports-secteam build fix blanket)

Modified:
  head/lang/rexx-regina/Makefile
  head/lang/rexx-regina/files/patch-configure

Modified: head/lang/rexx-regina/Makefile
==============================================================================
--- head/lang/rexx-regina/Makefile	Sun Aug 21 12:04:19 2016	(r420549)
+++ head/lang/rexx-regina/Makefile	Sun Aug 21 12:51:05 2016	(r420550)
@@ -3,6 +3,7 @@
 
 PORTNAME=	regina
 PORTVERSION=	3.8.2
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION}
 PKGNAMEPREFIX=	rexx-

Modified: head/lang/rexx-regina/files/patch-configure
==============================================================================
--- head/lang/rexx-regina/files/patch-configure	Sun Aug 21 12:04:19 2016	(r420549)
+++ head/lang/rexx-regina/files/patch-configure	Sun Aug 21 12:51:05 2016	(r420550)
@@ -34,7 +34,7 @@
 +                LD_RXLIB_A1="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)"
 +                LD_RXLIB_A2="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)"
 +                LD_RXLIB_UTILA="$ac_cv_prog_CC -shared ${LDFLAGS} -o \$(@)"
-+                SHL_LD="$ac_cv_prog_CC -shared ${LDFLAGS} -o ${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')'
++                SHL_LD="$ac_cv_prog_CC -shared ${LDFLAGS} -o ${SHLPRE}${SHLFILE}${SHLPST} -Wl,-soname=${SHLPRE}${SHLFILE}${SHLPST} "'$('SHOFILES')'
 +                ;;
 +        *openbsd*)
                  if test "$ac_cv_prog_CC" = "gcc" -o "$ac_cv_prog_CC" = "g++" -o "$ac_cv_prog_CC" = "clang"; then


More information about the svn-ports-all mailing list