svn commit: r416639 - head/devel/binutils
Ed Maste
emaste at FreeBSD.org
Thu Jun 9 22:43:54 UTC 2016
Author: emaste (src committer)
Date: Thu Jun 9 22:43:52 2016
New Revision: 416639
URL: https://svnweb.freebsd.org/changeset/ports/416639
Log:
Enable determinstic archives by default in GNU ar
Approved by: bapt
Modified:
head/devel/binutils/Makefile
Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile Thu Jun 9 22:28:18 2016 (r416638)
+++ head/devel/binutils/Makefile Thu Jun 9 22:43:52 2016 (r416639)
@@ -4,7 +4,7 @@
PORTNAME= binutils
PORTVERSION= 2.25.1
PORTEPOCH= 1
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= devel
MASTER_SITES= SOURCEWARE/binutils/releases
@@ -47,6 +47,7 @@ INFO= as \
.endif
CONFIGURE_ARGS+= --disable-werror \
+ --enable-deterministic-archives \
--with-sysroot=/
MAKE_ENV+= ac_cv_func_sbrk=0
More information about the svn-ports-head
mailing list