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 x/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/transformations.scm
AgeCommit message (Expand)Author
2023-10-28tests: Adjust to cope with glibc graft....Ludovic Courtès
2023-05-04transformations: Add '--with-configure-flag'....Sarthak Shah
2023-01-16transformations: Add '--with-version'....Ludovic Courtès
2022-12-26upstream-updater: Rename record field....Hartmut Goebel
2022-09-29transformations: '--with-source' now operates in depth....Ludovic Courtès
2022-05-05transformations: Preserve transformation order in package property....Ludovic Courtès