diff --git a/system/base/glibc/actions.py b/system/base/glibc/actions.py
index a54ff97c..6484a462 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.22"
+WorkDir = "glibc-2.23"
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 625d73bd..6fa2b8d2 100644
--- a/system/base/glibc/pspec.xml
+++ b/system/base/glibc/pspec.xml
@@ -20,9 +20,10 @@
binutils
- locale-no-archive.patch
-
-
+
+
+