diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-10-06 03:55:05 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-10-06 03:55:05 +0000 |
commit | 50094cdc707c81199130814271c0a18ed00f7536 (patch) | |
tree | 13b891b1a93af21bbf5c4c902e06e93a8670ab3c /encap | |
parent | ba708e7a5c013b2cfdd7324f35a69732e058c1f1 (diff) | |
download | bcfg2-50094cdc707c81199130814271c0a18ed00f7536.tar.gz bcfg2-50094cdc707c81199130814271c0a18ed00f7536.tar.bz2 bcfg2-50094cdc707c81199130814271c0a18ed00f7536.zip |
EncapPackages: glib seems to need gnu iconv; since that's pretty
standard on Linux and glib is only built on Linux, not a big deal to
enable it...
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2391 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap')
-rw-r--r-- | encap/src/encap-profiles/bcfg2-glib-2.8.6.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/encap/src/encap-profiles/bcfg2-glib-2.8.6.ep b/encap/src/encap-profiles/bcfg2-glib-2.8.6.ep index f0ee92c23..6044c1161 100644 --- a/encap/src/encap-profiles/bcfg2-glib-2.8.6.ep +++ b/encap/src/encap-profiles/bcfg2-glib-2.8.6.ep @@ -67,7 +67,7 @@ url="ftp://encapsrcdist/mirror/glib/glib-2.8.6.tar.gz <configure> ./configure \ --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" \ - --without-libiconv + --with-libiconv=gnu </configure> </source> |