mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Enable determinstic archives by default in GNU ar
Approved by: bapt
This commit is contained in:
parent
719cd2344a
commit
5bed7c7337
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416639
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
PORTNAME= binutils
|
PORTNAME= binutils
|
||||||
PORTVERSION= 2.25.1
|
PORTVERSION= 2.25.1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
PORTREVISION?= 2
|
PORTREVISION?= 3
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= SOURCEWARE/binutils/releases
|
MASTER_SITES= SOURCEWARE/binutils/releases
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@ INFO= as \
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --disable-werror \
|
CONFIGURE_ARGS+= --disable-werror \
|
||||||
|
--enable-deterministic-archives \
|
||||||
--with-sysroot=/
|
--with-sysroot=/
|
||||||
|
|
||||||
MAKE_ENV+= ac_cv_func_sbrk=0
|
MAKE_ENV+= ac_cv_func_sbrk=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue