diff options
author | Shane Volpe <shanevolpe@gmail.com> | 2007-02-24 15:52:24 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-02-24 15:52:24 +0000 |
commit | 4a9a5b1fd014fdd86c854f4f47ff1b96a34a1459 (patch) | |
tree | fa1f242b1396b489f46f1315555cab7b08e34817 /packages/libxml | |
parent | 22943106bd8154e7b33ebea3980565f84db41fc8 (diff) |
packages/libxml/libxml2-native_2.6.26.bb
packages/libxml/libxml2_2.6.26.bb : Enabling C14N support in libxml allows php 5.2 to compile.
Enabling this option only slightly (<2Kbytes) increases the size of the libxml package.
Diffstat (limited to 'packages/libxml')
-rw-r--r-- | packages/libxml/libxml2-native_2.6.26.bb | 3 | ||||
-rw-r--r-- | packages/libxml/libxml2_2.6.26.bb | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/packages/libxml/libxml2-native_2.6.26.bb b/packages/libxml/libxml2-native_2.6.26.bb index 74ddfeb33a..97ae5c47ec 100644 --- a/packages/libxml/libxml2-native_2.6.26.bb +++ b/packages/libxml/libxml2-native_2.6.26.bb @@ -1,4 +1,5 @@ DESCRIPTION = "GNOME XML library" +PR = "r1" SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \ file://no-testapi.patch;patch=1" @@ -10,7 +11,7 @@ S = "${WORKDIR}/libxml2-${PV}" inherit autotools native pkgconfig -EXTRA_OECONF = "--with-python=${STAGING_INCDIR}/python2.4 --without-debug --without-legacy --without-schemas --without-catalog --without-docbook --without-c14n" +EXTRA_OECONF = "--with-python=${STAGING_INCDIR}/python2.4 --without-debug --without-legacy --without-schemas --without-catalog --without-docbook --with-c14n" headers = "DOCBparser.h HTMLparser.h HTMLtree.h SAX.h SAX2.h c14n.h catalog.h chvalid.h debugXML.h dict.h encoding.h entities.h globals.h hash.h list.h nanoftp.h nanohttp.h parser.h parserInternals.h pattern.h relaxng.h schemasInternals.h threads.h tree.h uri.h valid.h xinclude.h xlink.h xmlIO.h xmlautomata.h xmlerror.h xmlexports.h xmlmemory.h xmlreader.h xmlregexp.h xmlschemas.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlversion.h xmlwriter.h xpath.h xpathInternals.h xpointer.h" diff --git a/packages/libxml/libxml2_2.6.26.bb b/packages/libxml/libxml2_2.6.26.bb index ecc4191fd9..9f5295bdb2 100644 --- a/packages/libxml/libxml2_2.6.26.bb +++ b/packages/libxml/libxml2_2.6.26.bb @@ -2,13 +2,13 @@ DESCRIPTION = "GNOME XML Parser library" SECTION = "libs" PRIORITY = "optional" LICENSE = "MIT" -PR = "r1" +PR = "r2" 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 --without-c14n" +EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" export LDFLAGS += "-ldl" |