wok diff libevent-dev/receipt @ rev 12299

binutils: try a fix with --disable-initfini-array and --disable-werror for i486
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 16 13:26:47 2012 +0200 (2012-04-16)
parents 5f92d19e6aa5
children 749bcc79525b
line diff
     1.1 --- a/libevent-dev/receipt	Fri May 20 17:28:46 2011 +0000
     1.2 +++ b/libevent-dev/receipt	Mon Apr 16 13:26:47 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libevent-dev"
     1.7 -VERSION="2.0.11"
     1.8 +VERSION="2.0.13"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="An event notification library."
    1.11  MAINTAINER="0dddba11@googlemail.com"
    1.12 @@ -13,7 +13,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15      mkdir -p $fs/usr/lib
    1.16 -    cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.17 -    cp -a $_pkg/usr/include $fs/usr
    1.18 -    cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19 +    cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.20 +    cp -a $install/usr/include $fs/usr
    1.21 +    cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22  }