diff --git a/system/base/glibc/actions.py b/system/base/glibc/actions.py
index 69e4c100..48f93c2a 100644
--- a/system/base/glibc/actions.py
+++ b/system/base/glibc/actions.py
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
import os
-WorkDir = "glibc-2.23"
+WorkDir = "glibc-2.24"
arch = "x86-64" if get.ARCH() == "x86_64" and not get.buildTYPE() == "emul32" else "i686"
defaultflags = "-O3 -g -fasynchronous-unwind-tables -mtune=generic -march=%s" % arch
diff --git a/system/base/glibc/pspec.xml b/system/base/glibc/pspec.xml
index 84e6ce14..16597643 100644
--- a/system/base/glibc/pspec.xml
+++ b/system/base/glibc/pspec.xml
@@ -32,7 +32,7 @@
glibc
gettext
- timezone
+ timezone
glibc-32bit