diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-06-24 21:04:10 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-06-24 21:04:10 +0000 |
commit | b09c92877f3403bc963dcc9ad2ba7e400efeb7b2 (patch) | |
tree | 2d52d7a35582d12695d62ace52c579609c8bbb7c /encap/src | |
parent | 92a6e6871c9054970d97af0cf794ba9f4fa84629 (diff) | |
download | bcfg2-b09c92877f3403bc963dcc9ad2ba7e400efeb7b2.tar.gz bcfg2-b09c92877f3403bc963dcc9ad2ba7e400efeb7b2.tar.bz2 bcfg2-b09c92877f3403bc963dcc9ad2ba7e400efeb7b2.zip |
EncapPackages: Fix glib to work on Etch i386. Etch x86_64 seems to only
compile with no --with-libiconv line at all. Need to add some logic to
handle this (or figure out how to actually solve the problem) at some
point.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3343 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/src')
-rw-r--r-- | encap/src/encap-profiles/server/bcfg2-glib-2.12.12.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/encap/src/encap-profiles/server/bcfg2-glib-2.12.12.ep b/encap/src/encap-profiles/server/bcfg2-glib-2.12.12.ep index 4004346f9..4c62d99f2 100644 --- a/encap/src/encap-profiles/server/bcfg2-glib-2.12.12.ep +++ b/encap/src/encap-profiles/server/bcfg2-glib-2.12.12.ep @@ -68,7 +68,7 @@ url="http://encapsrcdist/mirror/glib/glib-2.12.12.tar.gz <configure> ./configure \ --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" \ - --with-libiconv=no + --with-libiconv=gnu </configure> </source> |