diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2009-03-11 16:23:40 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2009-03-12 01:37:19 +0100 |
commit | 01c9b96339e110684345c67fbddb1b111e25ba29 (patch) | |
tree | e47293d149e369589713d87f360215a4018ad4a4 | |
parent | 2daee061955b8313adaeb06b21d17533a4f1feac (diff) |
chinook-compat: pin libtool revision
* pin libtool-native and cross to 1.5.10 otherwise the
older freetype 2.2 version can't be build
-rw-r--r-- | conf/distro/chinook-compat.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index e0757a7abd..7597b6ed05 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -78,6 +78,8 @@ PREFERRED_VERSION_linux-libc-headers = "2.6.20" PREFERRED_VERSION_glibc = "2.5" PREFERRED_VERSION_glibc-initial = "2.5" +PREFERRED_VERSION_libtool-native = "1.5.10" +PREFERRED_VERSION_libtool-cross = "1.5.10" PREFERRED_VERSION_libtool = "1.5.6" require conf/distro/include/sane-srcrevs.inc |