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
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-01-22 11:37:51 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-01-22 11:47:44 +0200
commite2227b6adae0abdb9aa5b9995ccf89d38b2314d7 (patch)
tree30c30c44c6e2c72d673461e66d043874fbf03640 /po/doc
parentdddd7a75fa27c7e315a50efebd0111a29acb6734 (diff)
downloadguix-e2227b6adae0abdb9aa5b9995ccf89d38b2314d7.tar.gz
guix-e2227b6adae0abdb9aa5b9995ccf89d38b2314d7.zip
gnu: python-isort: Update to 4.3.4.
* gnu/packages/python-xyz.scm (python-isort): Update to 4.3.4. [source]: Use 'git-fetch'. [properties]: New field. (python2-isort)[native-inputs]: Add python2-futures.
Diffstat (limited to 'po/doc')
0 files changed, 0 insertions, 0 deletions