Changeset 2736

Show
Ignore:
Timestamp:
15.11.2008 21:22:29 (7 weeks ago)
Author:
Whoopie
Message:

expat: bump to 2.0.1, adds DESTDIR and properly fixes #292

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r2733 r2736  
    7171    * e2fsprogs 1.41.1 
    7272    * espeak 1.39 
     73    * expat 2.0.1 
    7374    * fuse 2.7.4 
    7475    * inadyn-mt 02.12.24 
  • trunk/make/libs/expat.mk

    r2734 r2736  
    1 $(call PKG_INIT_LIB, 1.95.8) 
    2 $(PKG)_LIB_VERSION:=0.5.0 
     1$(call PKG_INIT_LIB, 2.0.1) 
     2$(PKG)_LIB_VERSION:=1.5.2 
    33$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz 
    44$(PKG)_SITE:=http://mesh.dl.sourceforge.net/sourceforge/expat 
     
    99$(PKG)_CONFIGURE_OPTIONS += --enable-shared 
    1010$(PKG)_CONFIGURE_OPTIONS += --enable-static 
    11 $(PKG)_CONFIGURE_OPTIONS += --libdir=$(TARGET_TOOLCHAIN_STAGING_DIR)/usr/lib 
    12 $(PKG)_CONFIGURE_OPTIONS += --includedir=$(TARGET_TOOLCHAIN_STAGING_DIR)/usr/include 
    13 $(PKG)_CONFIGURE_OPTIONS += --bindir=$(TARGET_TOOLCHAIN_STAGING_DIR)/usr/bin 
    14 $(PKG)_CONFIGURE_OPTIONS += --sbindir=$(TARGET_TOOLCHAIN_STAGING_DIR)/usr/sbin 
    15 $(PKG)_CONFIGURE_OPTIONS += --datadir=$(TARGET_TOOLCHAIN_STAGING_DIR)/usr/share 
    16 $(PKG)_CONFIGURE_OPTIONS += --mandir=$(TARGET_TOOLCHAIN_STAGING_DIR)/usr/man 
    17 $(PKG)_CONFIGURE_OPTIONS += --infodir=$(TARGET_TOOLCHAIN_STAGING_DIR)/usr/info 
    1811 
    1912$(PKG_SOURCE_DOWNLOAD)