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/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/po/doc/guix-manual.zh_CN.po
AgeCommit message (Expand)Author
2019-05-15nls: Update 'zh_CN' translation.Ludovic Courtès
2019-04-27nls: Fix wrong include name....* po/doc/guix-manual.zh_CN.po: Fix wrong include name. Clément Lassieur
2019-04-27nls: Update 'zh_CN' translation....Refer to the right version.*.texi to prevent errors in Makefile.am. Julien Lepiller
2019-04-24nls: Fix guix-manual.zh_CN.po....* po/doc/guix-manual.zh_CN.po: Replace "@def" with "@dfn". Translate the "contributing.texi" message ID. Ludovic Courtès
2019-04-24doc: Add zh_CN PO file....* po/doc/guix-manual.zh_CN.po: New file. Ludovic Courtès