pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dc-tools



Module Name:    pkgsrc
Committed By:   tpaul
Date:           Wed Aug  1 15:50:16 UTC 2018

Modified Files:
        pkgsrc/sysutils/dc-tools: Makefile

Log Message:
Honor LDFLAGS, now builds with PKGSRC_USE_RELRO=yes

Bump PKGREVISION
ok <abs>


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/dc-tools/Makefile

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

Modified files:

Index: pkgsrc/sysutils/dc-tools/Makefile
diff -u pkgsrc/sysutils/dc-tools/Makefile:1.15 pkgsrc/sysutils/dc-tools/Makefile:1.16
--- pkgsrc/sysutils/dc-tools/Makefile:1.15      Wed Jul  4 13:40:37 2018
+++ pkgsrc/sysutils/dc-tools/Makefile   Wed Aug  1 15:50:16 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2018/07/04 13:40:37 jperkin Exp $
+# $NetBSD: Makefile,v 1.16 2018/08/01 15:50:16 tpaul Exp $
 
 DISTNAME=      dc-tools-1.6
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  http://mc.pp.se/dc/files/
 MASTER_SITES+= https://github.com/abs0/dc-burn-netbsd/archive/
@@ -47,8 +48,8 @@ NO_SRC_ON_FTP=                ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}
 
 do-build:
-       cd ${WRKSRC} && ${CC} ${CFLAGS} -o dc-makeip makeip.c
-       cd ${WRKSRC} && ${CC} ${CFLAGS} -o dc-scramble scramble.c
+       cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o dc-makeip makeip.c
+       cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o dc-scramble scramble.c
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/dc-makeip ${DESTDIR}${PREFIX}/bin



Home | Main Index | Thread Index | Old Index