diff options
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | Config.in | 2 | ||||
-rw-r--r-- | package/atk/atk.mk | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2010.08: Not yet released: + + Fixes all over the tree. + + Updated/fixed packages: atk + 2010.08-rc2, Released August 30th, 2010: Fixes all over the tree. @@ -8,7 +8,7 @@ config BR2_HAVE_DOT_CONFIG config BR2_VERSION string - default "2010.08-rc2" + default "2010.08-rc2-git" source "target/Config.in.arch" source "target/device/Config.in" diff --git a/package/atk/atk.mk b/package/atk/atk.mk index 6f3a3b66f..71937a9bf 100644 --- a/package/atk/atk.mk +++ b/package/atk/atk.mk @@ -41,7 +41,7 @@ ATK_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes \ gl_cv_c_restrict=no ac_cv_prog_F77=no ATK_CONF_OPT = --enable-shared \ - --enable-static + --enable-static \ --disable-glibtest --enable-explicit-deps=no \ --disable-debug |