diff --git a/x11/library/libXpm/actions.py b/x11/library/libXpm/actions.py index 1e1fc99e76..6c7b494299 100644 --- a/x11/library/libXpm/actions.py +++ b/x11/library/libXpm/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import get def setup(): autotools.autoreconf("-vif") - autotools.configure("--disable-static") + autotools.configure("--disable-static --disable-open-zfile") def build(): autotools.make()