This patch allows us to make the libgcrypt dependency optional (which it is, if you look at the code), which in turns allows us to build CRDA without the signature-checking capability on 'regulatory.bin'. --- crda/Makefile 2015-07-17 11:33:33.546712893 +0200 +++ crda/Makefile 2015-07-17 11:34:05.210994373 +0200 @@ -45,12 +45,14 @@ LDLIBS += `pkg-config --libs openssl` $(LIBREG): keys-ssl.c else +ifeq ($(USE_GCRYPT),1) CFLAGS += -DUSE_GCRYPT LDLIBS += -lgcrypt $(LIBREG): keys-gcrypt.c endif +endif MKDIR ?= mkdir -p INSTALL ?= install guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
AgeCommit message (Expand)Author
2023-07-09gnu: aspell-dict-nb: Correct to 0.50-2....Tobias Geerinckx-Rice
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updates...Christopher Baines
2023-03-01gnu: aspell: fix cross-compile....Z572
2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice
2023-02-23gnu: Add aspell-dict-bg....Yovan Naumovski
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner
2023-01-04gnu: hunspell: Move hunspell and dictionaries to hunspell module....Brian Cully
2023-01-03gnu: Add aspell-dict-bn....Akib Azmain Turja
2022-12-14gnu: Add aspell-dict-nb....Simen Endsjø