Thursday, 9 January 2014

Fwd: lib64 in pkgconfig file.

This was sent to me, but belongs here.

------ Forwarded message ------
From: Christopher Meng <cickumqt@gmail.com>
Date: 09 Jan 2014 1205
Subject: lib64 in pkgconfig file.

Hi,

Several lib of netsurf doesn't use cmake or autofool( ;) ) to
configure, so on 64 arch systems, Fedora uses /lib64(now /usr/lib64 as
/usr/lib in i686).

pkgconfig.in contains sample:

prefix=PREFIX
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libhubbub
Description: HTML5 parsing library
Version: VERSION
Requires: libparserutils
Libs: -L${libdir} -lhubbub
Cflags: -I${includedir}

So we need to patch them everytime in building..

Do we have any plan of moving to cmake or other building systems or
even autofool? ;)

Also, -Werror option shouldn't be enabled in released tarballs since
sometimes we can't build them anymore.

Thanks.
--

Yours sincerely,
Christopher Meng

Noob here.

http://cicku.me

------ End forwarded message ------

--

Michael Drake http://www.smoothartist.com/

No comments:

Post a Comment