pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

binutils-gold-git: Build plugin support



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Oct 30 12:53:59 2017 +0100
Changeset:	c4316b87859ae7aab91ed7b38db4fff2e90c6f2e

Modified Files:
	binutils-gold-git/Makefile

Log Message:
binutils-gold-git: Build plugin support

NetBSD mandates plugins in linker.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c4316b87859ae7aab91ed7b38db4fff2e90c6f2e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 binutils-gold-git/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/binutils-gold-git/Makefile b/binutils-gold-git/Makefile
index eb38599340..b5ff2944d3 100644
--- a/binutils-gold-git/Makefile
+++ b/binutils-gold-git/Makefile
@@ -37,6 +37,8 @@ CONFIGURE_ARGS+=	--disable-ld
 #CONFIGURE_ARGS+=	--enable-targets=all
 CONFIGURE_ARGS+=	--disable-gdb
 
+CONFIGURE_ARGS+=	--enable-plugins # Required on NetBSD
+
 INSTALL_DIRS=		gold
 
 # In gdb/configure, depcomp is parsed with sed.


Home | Main Index | Thread Index | Old Index