# HG changeset patch # User Dominique Corbex # Date 1365321986 -7200 # Node ID 1336959fcd45a148f337f3d706204775d79aa838 # Parent e46e0df37aaaec20a8645e5af3e1fe4a9f7615ac Up: eio (1.7.5) diff -r e46e0df37aaa -r 1336959fcd45 eio/receipt --- a/eio/receipt Sun Apr 07 10:04:33 2013 +0200 +++ b/eio/receipt Sun Apr 07 10:06:26 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="eio" -VERSION="1.7.1" +VERSION="1.7.5" CATEGORY="base-system" SHORT_DESC="Enlightenment's - Eio, async I/O library... ." MAINTAINER="pankso@slitaz.org" @@ -15,8 +15,10 @@ # 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 $CONFIGURE_ARGS && make && make install }