wok-next diff weechat/receipt @ rev 15870

linux: fix stupid typo! Now linux64 and linux without modules will build
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 31 19:46:06 2014 +0100 (2014-01-31)
parents 48e9e6d61362
children 49b5c130d94f
line diff
     1.1 --- a/weechat/receipt	Wed Aug 14 12:26:59 2013 +0000
     1.2 +++ b/weechat/receipt	Fri Jan 31 19:46:06 2014 +0100
     1.3 @@ -12,7 +12,8 @@
     1.4  TAGS="irc"
     1.5  
     1.6  DEPENDS="ncursesw libgcrypt libgnutls libtasn1 python perl"
     1.7 -BUILD_DEPENDS="perl python pkg-config curl-dev guile-dev gmp-dev ncursesw-dev"
     1.8 +BUILD_DEPENDS="perl python pkg-config curl-dev guile-dev gmp-dev ncursesw-dev \
     1.9 +libtool"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()