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/scanner.scm
AgeCommit message (Expand)Author
2019-08-01gnu: sane-backends: Build back ends that need JPEG support....Tobias Geerinckx-Rice
2019-08-01gnu: sane-backends-minimal: Update to 1.0.28....Tobias Geerinckx-Rice
2019-03-18Order (gnu packages scanner) module imports alphabetically....Tobias Geerinckx-Rice
2019-03-10gnu: Import (gnu packages image) in (gnu packages scanner)....Tobias Geerinckx-Rice
2019-03-10gnu: sane-backends: Support PNG scanimage output....Tobias Geerinckx-Rice
2019-03-07gnu: sane-backends-minimal: Fix USB support....Tobias Geerinckx-Rice
2018-07-25gnu: Add hplip-minimal....Efraim Flashner
2018-04-12gnu: sane-backends-minimal: Return #t from all phases....Mark H Weaver
2018-03-16gnu: All snippets report errors using exceptions, else return #t....Mark H Weaver
2017-05-24gnu: sane-backends-minimal: Run most tests....Tobias Geerinckx-Rice
2017-05-24gnu: sane-backends-minimal, sane-backends: Update to 1.0.27....Tobias Geerinckx-Rice