libxml2: added fix for 'unable to find gzopen64()' when host is 64bit (taken from Debian)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3339 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-12-18 08:09:09 +00:00
parent d4b9227e95
commit c3fb3617fd
4 changed files with 37 additions and 17 deletions

View File

@@ -1,14 +1,6 @@
DESCRIPTION = "GNOME XML Parser library"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "MIT"
PR = "r5"
require libxml2.inc
SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"
inherit autotools pkgconfig binconfig
EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
PR = "r6"
export LDFLAGS += "-ldl"