diff options
author | Mike Westerhof <mwester@dls.net> | 2008-10-24 09:48:18 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-10-24 09:48:18 -0500 |
commit | 4f984c778f21ae610d9744f25cef9887bec9ad2d (patch) | |
tree | 68e506c8e30293f935b540e41af7d04fb6e98af9 /conf/distro/include/slugos.inc | |
parent | 01658efef038fc6846dc5b20f1cdb918e0863186 (diff) |
SlugOS: slugos.inc - set preferred version for gnutls
(our autotools is a bit too old at the moment)
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r-- | conf/distro/include/slugos.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 3f92a91a3d..f3a78f5aba 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -158,6 +158,8 @@ PREFERRED_VERSION_pango ?= 1.20.5 PREFERRED_VERSION_glib-2.0 ?= 2.16.1 # Stick with an older gettext and e2fsprogs stuff +# and gnutls... (our autotools is too old at the moment) +PREFERRED_VERSION_gnutls ?= "1.6.3" PREFERRED_VERSION_gettext ?= "0.14.1" PREFERRED_VERSION_gettext-native ?= "0.14.1" PREFERRED_VERSION_e2fsprogs-libs ?= "1.39" |