libX11: disable static

This commit is contained in:
Dylan Araps 2021-07-06 14:52:16 +03:00
parent ffbb689d2d
commit 7103cdf03b
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -5,7 +5,7 @@ CFLAGS_FOR_BUILD=-fPIC \
--prefix=/usr \
--without-xmlto \
--disable-specs \
--enable-static
--disable-static
make
make DESTDIR="$1" install