Snort mailing list archives

[PATCH]: daq-2.0.2 doesn't build shared libs on FreeBSD 10.x


From: Joshua Kinard <kumba () gentoo org>
Date: Sun, 09 Feb 2014 20:59:38 -0500


In daq-2.0.2 (and likely earlier), the shipped 'configure' script has this
case statement in it:

    freebsd1*)
      dynamic_linker=no
      ;;

Along with one other.  This causes shared libraries to not get built or
installed under FreeBSD 10.x.

The attached patch fixes this by removing the offending lines from
m4/libtool.m4.  The configure script will need to be regenerated after
applying to fix daq.

I used these commands regenerate the configure script (taken from
snort/doc/INSTALL, under the "FreeBSD 6.x section"):

    libtoolize --automake --copy
    aclocal -I m4 -I /usr/local/share/aclocal
    autoheader
    automake --add-missing --copy
    autoconf


Cheers!,

-- 
Joshua Kinard
Gentoo/MIPS
kumba () gentoo org
4096R/D25D95E3 2011-03-28

"The past tempts us, the present confuses us, the future frightens us.  And
our lives slip away, moment by moment, lost in that vast, terrible in-between."

--Emperor Turhan, Centauri Republic

Attachment: daq-202-freebsd10-fix.patch
Description:

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Snort-devel mailing list
Snort-devel () lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/snort-devel
Archive:
http://sourceforge.net/mailarchive/forum.php?forum_name=snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

Current thread: