wok rev 10496
eina: up to fix e17 build (1.0.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 13:56:24 2011 +0200 (2011-05-25) |
parents | 8308b88235f6 |
children | aabdfa2e16e0 |
files | eina-dev/receipt eina/receipt |
line diff
1.1 --- a/eina-dev/receipt Wed May 25 13:34:39 2011 +0200 1.2 +++ b/eina-dev/receipt Wed May 25 13:56:24 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="eina-dev" 1.7 -VERSION="1.0.0" 1.8 +VERSION="1.0.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Eina E17 devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/eina/receipt Wed May 25 13:34:39 2011 +0200 2.2 +++ b/eina/receipt Wed May 25 13:56:24 2011 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="eina" 2.7 -VERSION="1.0.0" 2.8 +VERSION="1.0.1" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="Enlightenment's data types library (List, hash, etc) in C." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -15,8 +15,7 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - cd $src 2.17 - ./configure --enable-amalgamation \ 2.18 + ./configure \ 2.19 --enable-magic-debug \ 2.20 --enable-safety-checks \ 2.21 $CONFIGURE_ARGS && \