Date: Sun, 24 Nov 2019 01:30:16 +0000 (UTC) From: "Timur I. Bakeyev" <timur@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518287 - head/net/samba410 Message-ID: <201911240130.xAO1UGSh057876@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Sun Nov 24 01:30:16 2019 New Revision: 518287 URL: https://svnweb.freebsd.org/changeset/ports/518287 Log: It seems that since recently LLD_UNSAFE isn't necessary and actually causes port to fail to build on 12.0 systems. No version bump as that should address only failing builds. Modified: head/net/samba410/Makefile Modified: head/net/samba410/Makefile ============================================================================== --- head/net/samba410/Makefile Sun Nov 24 00:52:05 2019 (r518286) +++ head/net/samba410/Makefile Sun Nov 24 01:30:16 2019 (r518287) @@ -71,7 +71,6 @@ USES+= compiler:c++11-lang iconv localbase:ldflags perl5 pkgconfig shebangfix ssl waf gettext-runtime USE_PERL5= build USE_LDCONFIG= ${SAMBA4_LIBDIR} -LLD_UNSAFE= yes WAF_CMD= buildtools/bin/waf CONFIGURE_LOG= bin/config.log
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911240130.xAO1UGSh057876>