wok-next diff eina/receipt @ rev 14314

Add: terminology (0.3.0)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:28:42 2013 +0200 (2013-04-07)
parents 3dc5fc75c81e
children 0941341ce316
line diff
     1.1 --- a/eina/receipt	Thu Nov 15 23:55:23 2012 +0100
     1.2 +++ b/eina/receipt	Sun Apr 07 10:28:42 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="eina"
     1.7 -VERSION="1.7.1"
     1.8 +VERSION="1.7.5"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Enlightenment's data types library (List, hash, etc) in C."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,9 +16,14 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	CFLAGS="$CFLAGS -fvisibility=hidden"
    1.17 +	LDFLAGS="$LDFLAGS -fvisibility=hidden"
    1.18 +	export LDFLAGS
    1.19  	./configure \
    1.20  		--enable-magic-debug \
    1.21  		--enable-safety-checks \
    1.22 +		--enable-amalgamation \
    1.23 +		--with-internal-maximum-log-level=2 \
    1.24  		$CONFIGURE_ARGS && \
    1.25  	make && make install
    1.26  }