From 7103cdf03b171e31e5a61039684e440ccd7e7574 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 14:52:16 +0300 Subject: [PATCH] libX11: disable static --- xorg/libX11/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg/libX11/build b/xorg/libX11/build index 3ec616c6..4af6cae7 100755 --- a/xorg/libX11/build +++ b/xorg/libX11/build @@ -5,7 +5,7 @@ CFLAGS_FOR_BUILD=-fPIC \ --prefix=/usr \ --without-xmlto \ --disable-specs \ - --enable-static + --disable-static make make DESTDIR="$1" install