diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-07-22 17:37:22 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-07-22 17:51:06 +0200 |
commit | 32a67c42a4d24884ab991a2e3e1d72ecf5c41b51 (patch) | |
tree | 3d7ecd2d7ce0949ef15704601d2dd4379458f659 /conf | |
parent | 54c0d124fca914f90efcb27f5b285a823bdb48e1 (diff) |
chinook-compat.conf: set preferred version for guile-native
* avoids using of newer autotools
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/chinook-compat.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index 8fefbbce8a..bc42ebc227 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -194,6 +194,9 @@ PREFERRED_VERSION_swt3.4-gtk-hildon = "3.4" # Does not build with later versions PREFERRED_VERSION_fakeroot-native = "1.9.6" +# newer Versions needs newer autotools we cant relay on +PREFERRED_VERSION_guile-native = "1.8.2" + # WARNING: If you change these values after the respective package has # been built the change will have no effect. Edit the package's file in # ${STAGING}/pkgdata/runtime then. |