diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-24 02:54:01 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-24 02:54:01 +0800 |
commit | b9bb9ed1d2712daf597be4109db93177904dfc3d (patch) | |
tree | 3c9652b1bff3b592d560e6ff9b93b49f9325dbf8 /Mk/Uses/libtool.mk | |
parent | 02d2201c78b0442a3cfec5aa051e2bcfd3ce214c (diff) | |
download | freebsd-ports-gnome-b9bb9ed1d2712daf597be4109db93177904dfc3d.tar.gz freebsd-ports-gnome-b9bb9ed1d2712daf597be4109db93177904dfc3d.tar.zst freebsd-ports-gnome-b9bb9ed1d2712daf597be4109db93177904dfc3d.zip |
- Update devel/automake to 1.15
- Update devel/gettext to 0.19.4
- Update devel/libtool and devel/libltdl to 2.4.5
- This version of libtool has been fixed to pass -fstack-protector to the
compiler during linking. Add the same fix to USES=libtool. This should
improve SSP support on FreeBSD/i386 8 and 9.
- databases/libmemcached, security/sssd: patch configure.ac so
AC_CONFIG_AUX_DIR appears earlier.
For databases/libmemcached changing configure.ac causes manpages to be
regenerated which requires extra dependencies so patch a makefile to
prevent that.
- devel/xfce4-dev-tools: only depend on recent versions of autoconf and
automake
PR: 196938
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'Mk/Uses/libtool.mk')
-rw-r--r-- | Mk/Uses/libtool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/libtool.mk b/Mk/Uses/libtool.mk index de121b7cd257..c73be3400e9f 100644 --- a/Mk/Uses/libtool.mk +++ b/Mk/Uses/libtool.mk @@ -57,7 +57,7 @@ patch-libtool: -e '/if.*prog.*linkmode.*relink !=.*mode/s/if.*;/if :;/'\ -e '/if.*linkmode.*prog.*mode.* = relink/s/||.*;/;/' \ -e '/if.*prog.*linkmode.*relink = .*mode/s/||.*;/;/' \ - -e 's/|-p|-pg|/|-B*|-p|-pg|/' + -e 's/|-p|-pg|/|-B*|-fstack-protector*|-p|-pg|/' patch-lafiles: .if ${libtool_ARGS:Mkeepla} |