pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-sip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 15 13:20:50 UTC 2017

Modified Files:
        pkgsrc/x11/py-sip: Makefile

Log Message:
Pass LDFLAGS to build. Fixes RELRO.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/py-sip/Makefile

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

Modified files:

Index: pkgsrc/x11/py-sip/Makefile
diff -u pkgsrc/x11/py-sip/Makefile:1.47 pkgsrc/x11/py-sip/Makefile:1.48
--- pkgsrc/x11/py-sip/Makefile:1.47     Sun Aug 28 15:48:37 2016
+++ pkgsrc/x11/py-sip/Makefile  Sat Jul 15 13:20:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2016/08/28 15:48:37 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2017/07/15 13:20:50 wiz Exp $
 
 DISTNAME=      sip-4.17
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -9,8 +9,6 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.riverbankcomputing.com/software/sip/
 COMMENT=       Tool to create Python bindings for C++ libraries
 
-CONFLICTS+=    ${PYPKGPREFIX}-qt2-sip-* ${PYPKGPREFIX}-qt3-sip-*
-
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
@@ -44,6 +42,7 @@ CONFIGURE_ARGS+=      LFLAGS_SHLIB="-shared -
 CONFIGURE_ARGS+=       LFLAGS_SHLIB="-shared"
 .  endif
 .endif
+CONFIGURE_ARGS+=       LFLAGS=${LDFLAGS:Q}
 
 # Hack: gcc on sparc64 miscompiles sipgen/parser.c at -O2
 .if ${MACHINE_ARCH} == "sparc64" && !empty(CC_VERSION:Mgcc*)



Home | Main Index | Thread Index | Old Index