Patch to remove zlib.

Andreas Schneider asn at samba.org
Wed Jul 9 10:08:48 MDT 2014


On Wednesday 09 July 2014 12:04:29 Ira Cooper wrote:
> > Ira,
> > 
> > take a look at source3/wscript_configure_system_ncurses
> > 
> > For pkgconfig you need:
> > 
> > conf.check_cfg(package='zlib', args='--cflags --libs',
> > msg='Checking for zlib', uselib_store="ZLIB")
> 
> I already have the "does it exist" check written, I wanted to also make
> sure the version was sufficient.

conf.check_cfg(package='zlib', args='"zlib >= 1.2.8" --cflags --libs',
msg='Checking for zlib', uselib_store="ZLIB")


-- 
Andreas Schneider                   GPG-ID: CC014E3D
Samba Team                             asn at samba.org
www.samba.org



More information about the samba-technical mailing list