Thomas Anders <[EMAIL PROTECTED]> writes: > Mark Atwood wrote: > > I've got 5.3 installed on FC5. > > > > When I run "net-snmp-config --base-cflags", the output string contains > > "-lcrypto", which causes an annoying compiler warning when I compile > > with the resulting cflags string. > > I don't see this in any of my builds, so I assume this has been introduced by > Fedora. Please report to them.
I picked apart the spec file in net-snmp-5.3-4.2.src.rpm, and it is in fact doing "configure ... --with-cflags="$RPM_OPT_FLAGS -lcrypto" ..." -lcrypto should be in --with-ldflags instead. So I've reported the bug to them. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=231805 -- Mark Atwood When you do things right, people won't be sure [EMAIL PROTECTED] you've done anything at all. http://mark.atwood.name/ http://fallenpegasus.livejournal.com/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
