* Andrew Hughes <gnu.and...@redhat.com> [2014-05-22 16:10]:
> ----- Original Message -----
> > On 2014-05-22 02:49, Omair Majid wrote:
> > > Would you mind if I did this as a separate patch? I will need to fix
> > > other libraries too (libzip, and libgif).
> > >
> 
> Ok, I thought the other ones were already in this form. In that case, leave it
> to me and I'll go through them as a whole.

Thanks. The relevant bits are in spec.gmk.in:

565 USE_EXTERNAL_LIBJPEG:=@USE_EXTERNAL_LIBJPEG@
566 USE_EXTERNAL_LIBGIF:=@USE_EXTERNAL_LIBGIF@
567 USE_EXTERNAL_LIBZ:=@USE_EXTERNAL_LIBZ@

Further down in the file, other libraries have both CFLAGS and LIBS
defined:

655 USE_EXTERNAL_LCMS:=@USE_EXTERNAL_LCMS@
656 LCMS_CFLAGS:=@LCMS_CFLAGS@
657 LCMS_LIBS:=@LCMS_LIBS@
658 
659 USE_EXTERNAL_LIBPNG:=@USE_EXTERNAL_LIBPNG@
660 PNG_LIBS:=@PNG_LIBS@
661 PNG_CFLAGS:=@PNG_CFLAGS@

Thanks,
Omair

-- 
PGP Key: 66484681 (http://pgp.mit.edu/)
Fingerprint = F072 555B 0A17 3957 4E95  0056 F286 F14F 6648 4681

Reply via email to