# HG changeset patch # User Dominique Corbex # Date 1365322457 -7200 # Node ID c3041d52beabf295dfdb3fceb5bcb99d9d3b2e58 # Parent e77397f7871160874755c0a43987d229002e839a Up: edbus (1.7.5) diff -r e77397f78711 -r c3041d52beab edbus/receipt --- a/edbus/receipt Sun Apr 07 10:12:46 2013 +0200 +++ b/edbus/receipt Sun Apr 07 10:14:17 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="edbus" -VERSION="1.7.1" +VERSION="1.7.5" CATEGORY="x-window" SHORT_DESC="Enlightenment's (Ecore) integration to DBus" MAINTAINER="pankso@slitaz.org" @@ -16,8 +16,12 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure $CONFIGURE_ARGS && + CFLAGS="$CFLAGS -fvisibility=hidden" + LDFLAGS="$LDFLAGS -fvisibility=hidden" + export LDFLAGS + ./configure \ + --disable-doc \ + $CONFIGURE_ARGS && make && make install }