From f64baef000bec35c0e10b29a985d82090865f7af Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 11 Oct 2008 13:04:05 +0200 Subject: [PATCH] glib: ignore charset.alias and do not link it in masterdir. --- templates/glib.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/glib.tmpl b/templates/glib.tmpl index 87735dc..a7bd0ee 100755 --- a/templates/glib.tmpl +++ b/templates/glib.tmpl @@ -9,6 +9,7 @@ make_cmd="$PKGFS_MASTERDIR/bin/gmake" # of the supplied one. configure_args="--disable-fam --with-pcre=system" configure_env="ac_cv_func_statfs=no" +ignore_files="charset.alias" build_style=gnu_configure pkgconfig_override="glib-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc gmodule-no-export-2.0.pc gobject-2.0.pc gthread-2.0.pc gio-2.0.pc -- 2.11.4.GIT