wok rev 14298

Up: edje (1.7.5)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:10:51 2013 +0200 (2013-04-07)
parents 6825e07dfcd0
children 0704c5735a3a
files edje/receipt
line diff
     1.1 --- a/edje/receipt	Sun Apr 07 10:08:46 2013 +0200
     1.2 +++ b/edje/receipt	Sun Apr 07 10:10:51 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="edje"
     1.7 -VERSION="1.7.1"
     1.8 +VERSION="1.7.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="E17 libs."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,7 +16,13 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	./configure $CONFIGURE_ARGS && make && make install
    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  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.