wok diff eeze/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 ece19b640cdf
children 0941341ce316
line diff
     1.1 --- a/eeze/receipt	Fri Nov 16 00:11:09 2012 +0100
     1.2 +++ b/eeze/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="eeze"
     1.7 -VERSION="1.7.1"
     1.8 +VERSION="1.7.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Eeze is a library for manipulating devices through udev."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,7 +17,12 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	./configure $CONFIGURE_ARGS &&
    1.17 +	CFLAGS="$CFLAGS -fvisibility=hidden"
    1.18 +	LDFLAGS="$LDFLAGS -fvisibility=hidden"
    1.19 +	export LDFLAGS
    1.20 +	./configure \
    1.21 +		--disable-doc \
    1.22 +		$CONFIGURE_ARGS &&
    1.23  	make && make install
    1.24  }
    1.25