Re: [Mod-security-developers] Patch to fix build on non-Linux GNU systems
Brought to you by:
victorhora,
zimmerletw
From: Breno S. <bre...@gm...> - 2012-06-05 15:07:51
|
Hi Alberto, The has many unnecessary information making it difficult to read. As i understood looks like we just need to include: *-*-kfreebsd*) echo "Checking plataform... Identified as kFreeBSD, treating as linux" linuxos=true ;; *-*-gnu*.*) echo "Checking plataform... Identified as HURD, treating as linux" linuxos=true ;; right ? Thanks Breno On Tue, Jun 5, 2012 at 9:18 AM, Alberto Gonzalez Iniesta <ag...@in...>wrote: > Hi, > > A couple of months ago a bug was reported in the Debian BTS [1] on the > failure to build mod-security on non-Linux Debian systems (kfreebsd and > hurd). The patch included in the bug report has been successfully tested > now and I'd like you (mod-security developers) to consider it (actually > just the configure.ac should be enough) for inclusion. > > Thanks, > > Alberto > > > [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654719 > -- > Alberto Gonzalez Iniesta | Formación, consultoría y soporte técnico > agi@(inittab.org|debian.org)| en GNU/Linux y software libre > Encrypted mail preferred | http://inittab.com > > Key fingerprint = 9782 04E7 2B75 405C F5E9 0C81 C514 AF8E 4BA4 01C3 > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > mod-security-developers mailing list > mod...@li... > https://lists.sourceforge.net/lists/listinfo/mod-security-developers > ModSecurity Services from Trustwave's SpiderLabs: > https://www.trustwave.com/spiderLabs.php > |