wok rev 14302

Up: edbus (1.7.5)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:14:17 2013 +0200 (2013-04-07)
parents e77397f78711
children 7231764313e4
files edbus/receipt
line diff
     1.1 --- a/edbus/receipt	Sun Apr 07 10:12:46 2013 +0200
     1.2 +++ b/edbus/receipt	Sun Apr 07 10:14:17 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="edbus"
     1.7 -VERSION="1.7.1"
     1.8 +VERSION="1.7.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Enlightenment's (Ecore) integration to DBus"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,8 +16,12 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	./configure $CONFIGURE_ARGS && 
    1.18 +	CFLAGS="$CFLAGS -fvisibility=hidden"
    1.19 +	LDFLAGS="$LDFLAGS -fvisibility=hidden"
    1.20 +	export LDFLAGS
    1.21 +	./configure \
    1.22 +		--disable-doc \
    1.23 +		$CONFIGURE_ARGS &&
    1.24  	make && make install
    1.25  }
    1.26