commit f79cf44
chld
·
2026-08-28 01:17:08 +0000 UTC
parent 77d0a04
emacs: fix flags
1 files changed,
+3,
-3
+3,
-3
1@@ -38,9 +38,9 @@ build(){
2 --disable-shared \
3 --without-kerberos \
4 --without-kerberos5 \
5- --with-sound=no \
6- --with-x-toolkit=no \
7- --with-pdumper=no \
8+ --without-sound \
9+ --without-x-toolkit \
10+ --without-pdumper \
11 --without-w32 \
12 --disable-largefile \
13 --enable-static \