pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/asclock
Module Name: pkgsrc
Committed By: khorben
Date: Wed Oct 25 21:45:38 UTC 2017
Modified Files:
pkgsrc/time/asclock: Makefile
Log Message:
Add support for LDFLAGS
This notably fixes building with RELRO enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/time/asclock/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/asclock/Makefile
diff -u pkgsrc/time/asclock/Makefile:1.34 pkgsrc/time/asclock/Makefile:1.35
--- pkgsrc/time/asclock/Makefile:1.34 Thu Aug 6 22:16:24 2015
+++ pkgsrc/time/asclock/Makefile Wed Oct 25 21:45:38 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2015/08/06 22:16:24 khorben Exp $
+# $NetBSD: Makefile,v 1.35 2017/10/25 21:45:38 khorben Exp $
DISTNAME= asclock-classic-1.0
PKGNAME= asclock-1.0
@@ -14,7 +14,8 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LO
WRKSRC= ${WRKDIR}/asclock1.0
USE_IMAKE= YES
-MAKE_FLAGS+= CDEBUGFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+= CCOPTIONS=${CFLAGS:Q}
+MAKE_FLAGS+= LOCAL_LDFLAGS=${LDFLAGS:Q}
LANGUAGES= en de pt nl no it sv es hu br fr cs ru uk sl id da
Home |
Main Index |
Thread Index |
Old Index