Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2006 17:51:21 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 105339 for review
Message-ID:  <200608301751.k7UHpL0b003648@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105339

Change 105339 by gonzo@gonzo_hq on 2006/08/30 17:51:12

	o Make LDFLAGS in bsnmpd's Makefile endianess-aware.

Affected files ...

.. //depot/projects/mips2/src/usr.sbin/bsnmpd/bsnmpd/Makefile#2 edit

Differences ...

==== //depot/projects/mips2/src/usr.sbin/bsnmpd/bsnmpd/Makefile#2 (text+ko) ====

@@ -29,7 +29,7 @@
 DPADD=	${LIBBEGEMOT} ${LIBBSNMP} ${LIBWRAP}
 LDADD=	-lbegemot -lbsnmp -lwrap
 
-LDFLAGS= -export-dynamic
+LDFLAGS+= -export-dynamic
 
 oid.h: tree.def
 	gensnmptree -e ${XSYM} < ${.ALLSRC} > ${.TARGET}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608301751.k7UHpL0b003648>