PERFORCE change 105339 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed Aug 30 17:51:26 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105339

Change 105339 by gonzo at 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}


More information about the p4-projects mailing list