commit c3332ed
chld
·
2026-08-22 05:00:36 +0000 UTC
parent a77f148
configure for emacs
1 files changed,
+28,
-1
+28,
-1
1@@ -4,6 +4,33 @@ VERSION=30.2
2 RELEASE=1
3 SOURCE="https://ftp.gnu.org/gnu/emacs/emacs-30.2.tar.xz"
4 build(){
5- ./configure --help
6+ ./configure \
7+ --prefix=/ \
8+ --bindir=/bin \
9+ --sbindir=/bin \
10+ --libdir=lib \
11+ --includedir=/include \
12+ --sysconfdir=/etc \
13+ --without-x \
14+ --without-gnutls \
15+ --without-dbus \
16+ --without-xim \
17+ --without-xaw3d \
18+ --without-gpm \
19+ --without-selinux \
20+ --without-zlib \
21+ --without-xinput2 \
22+ --without-xpm \
23+ --without-jpeg \
24+ --without-tiff \
25+ --without-gif \
26+ --without-png \
27+ --without-rsvg \
28+ --without-webp \
29+ --without-sqlite3 \
30+ --without-lcms2 \
31+ --without-libsystemd
32+
33+
34 }
35 . ${0%/*}/../../libsh/libdmake.sh