diff options
author | Mike Westerhof <mwester@dls.net> | 2010-03-03 06:37:27 -0600 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2010-03-03 06:37:27 -0600 |
commit | b002cfb5d24acb7f8da29e3c3e7c2a6b3d321a74 (patch) | |
tree | 07c59da3247d4f07ce66b661f5c2df8c115a1917 /conf | |
parent | eb7df07737ecb45d9f85e2f4276b8749071d9d4d (diff) |
SlugOS: preferred-slugos-versions.inc: bump up libtool to latest version
(Required by, at least, wireshark)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/preferred-slugos-versions.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/include/preferred-slugos-versions.inc b/conf/distro/include/preferred-slugos-versions.inc index 204047fd63..e0ad87ddc3 100644 --- a/conf/distro/include/preferred-slugos-versions.inc +++ b/conf/distro/include/preferred-slugos-versions.inc @@ -48,10 +48,10 @@ PREFERRED_VERSION_glibc ?= "2.6.1" PREFERRED_VERSION_glibc-initial ?= "2.6.1" PREFERRED_VERSION_ipkg ?= "0.99.163" PREFERRED_VERSION_ipkg-native ?= "0.99.163" -PREFERRED_VERSION_libtool ?= "2.2.6a" -PREFERRED_VERSION_libtool-native ?= "2.2.6a" -PREFERRED_VERSION_libtool-cross ?= "2.2.6a" -PREFERRED_VERSION_libtool-sdk ?= "2.2.6a" +PREFERRED_VERSION_libtool ?= "2.2.6b" +PREFERRED_VERSION_libtool-native ?= "2.2.6b" +PREFERRED_VERSION_libtool-cross ?= "2.2.6b" +PREFERRED_VERSION_libtool-sdk ?= "2.2.6b" PREFERRED_VERSION_linux-libc-headers ?= "2.6.23" PREFERRED_VERSION_m4 ?= "1.4.8" PREFERRED_VERSION_m4-native ?= "1.4.8" |