commit bf95fb7

chld  ·  2026-09-06 03:10:06 +0000 UTC
parent b4697ab
emacs: gnutls
1 files changed,  +1, -0
+1, -0
1@@ -42,6 +42,7 @@ build(){
2 		--without-x-toolkit \
3 		--without-w32 \
4 		--disable-largefile \
5+		--with-gnutls \
6 		--enable-static || die "configure failed"
7 	
8     gmake CFLAGS='-static' LDFLAGS='-static -lnettle -lhogweed -lunistring -lzstd -lbrotlicommon -lbrotlidec -lbrotlienc -lz' PREFIX="$PREFIX" DESTDIR="$PKG" || die "make failed"