commit 88ec0aa

chld  ·  2026-08-27 01:46:51 +0000 UTC
parent 82517a6
emacs: disable more configure flags
2 files changed,  +7, -0
D a.out
D a.out
+0, -0
+7, -0
 1@@ -36,6 +36,13 @@ build(){
 2 		--without-lcms2 \
 3 		--without-libsystemd \
 4 		--disable-shared \
 5+		--without-kerberos \
 6+		--without-kerberos5 \
 7+		--with-sound=no \
 8+		--with-x-toolkit=no \
 9+		--with-pdumper=no \
10+		--without-w32 \
11+		--disable-largefile \
12 		--enable-static \
13 		--without-gnutls || die "configure failed"
14