Skip to content

Commit

Permalink
remove cache for emacs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgamut committed Dec 2, 2023
1 parent 56012ec commit 24e1585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/emacs-28.2/superconfigure
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export PKG_CONFIG=""
export LIBGNUTLS_CFLAGS="-I$COSMOS/include/gnutls -I$COSMOS/include/nettle"
export LIBGNUTLS_LIBS="-L$COSMOS/lib -lgnutls -lhogweed -lnettle -lgmp"

cp ../saved_config.cache ./config.cache
# cp ../saved_config.cache ./config.cache
./configure --cache-file=config.cache --with-gnutls=ifavailable\
--host=$ARCH-linux-gnu --with-threads\
--without-dbus --without-selinux\
Expand Down

0 comments on commit 24e1585

Please sign in to comment.