pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/calibre



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 16 15:30:50 UTC 2017

Modified Files:
        pkgsrc/misc/calibre: Makefile

Log Message:
Honor LDFLAGS. Fixes RELRO build.


To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 pkgsrc/misc/calibre/Makefile

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

Modified files:

Index: pkgsrc/misc/calibre/Makefile
diff -u pkgsrc/misc/calibre/Makefile:1.181 pkgsrc/misc/calibre/Makefile:1.182
--- pkgsrc/misc/calibre/Makefile:1.181  Tue May 16 13:37:24 2017
+++ pkgsrc/misc/calibre/Makefile        Sun Jul 16 15:30:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.181 2017/05/16 13:37:24 wiz Exp $
+# $NetBSD: Makefile,v 1.182 2017/07/16 15:30:50 wiz Exp $
 
 DISTNAME=      calibre-2.85.1
 CATEGORIES=    misc
@@ -88,6 +88,7 @@ MAKE_ENV+=            FC_LIB_DIR=${BUILDLINK_PREFI
 MAKE_ENV+=             PODOFO_INC_DIR=${BUILDLINK_PREFIX.podofo}/include/podofo
 MAKE_ENV+=             PODOFO_LIB_DIR=${BUILDLINK_PREFIX.podofo}/lib
 MAKE_ENV+=             SIP_BIN=${BUILDLINK_PREFIX.py-sip}/bin/sip${PYVERSSUFFIX}
+MAKE_ENV+=             LFLAGS=${LDFLAGS:Q}
 #MAKE_ENV+=            WITH_USB=no
 
 # Let's depend on the ones we have in pkgsrc instead of the bundled ones.



Home | Main Index | Thread Index | Old Index