Changeset 424 for trunk/data

Show
Ignore:
Timestamp:
08/18/08 18:31:07 (3 months ago)
Author:
saurik
Message:

Added GnuTLS for WeeChat?.

Location:
trunk/data
Files:
20 added
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/data/weechat/make.sh

    r409 r424  
    11pkg:setup 
     2touch aclocal.m4 
    23autoconf 
    3 pkg:configure --with-libiconv-prefix="${PKG_ROOT}" --disable-gnutls --disable-python --disable-ruby 
     4# XXX: fix libgnutls-config call to add --prefix 
     5libgnutls_config_args="--prefix=$(PKG_DEST_ gnutls)/usr" pkg:configure --with-libiconv-prefix="${PKG_ROOT}" --with-libgnutls-prefix="$(PKG_DEST_ gnutls)/usr" --disable-python --disable-ruby 
    46make 
    57pkg:install