From f1c6f0607ef9df8f54136b9cdff62560b16efd9b Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 18 Jan 2023 12:12:19 +0300 Subject: [PATCH] libxpm-3.5.15 --- x11/library/libXpm/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()