[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3049: add message about nettle 3.0 to gnutls makefi
From: |
Brandon Invergo |
Subject: |
[Gsrc-commit] trunk r3049: add message about nettle 3.0 to gnutls makefile |
Date: |
Tue, 19 Aug 2014 11:19:59 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3049
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2014-08-19 12:19:51 +0100
message:
add message about nettle 3.0 to gnutls makefile
modified:
gnu/gnutls/Makefile makefile-20100606211655-sj1nx80alech6rtq-30
=== modified file 'gnu/gnutls/Makefile'
--- a/gnu/gnutls/Makefile 2014-08-08 07:53:35 +0000
+++ b/gnu/gnutls/Makefile 2014-08-19 11:19:51 +0000
@@ -48,3 +48,12 @@
include ../../gar.lib/auto.mk
include ../../gar.lib/info.mk
include config.mk
+
+pre-everything:
+ @if grep -q "GARVERSION = 3" ../nettle/Makefile; then \
+ printf "$(ERR)Note:$(OFF) GnuTLS currently does not build with
Nettle 3.0.\n"; \
+ printf " To build GnuTLS, you must manually revert the
nettle\n"; \
+ printf " package to its previous version (2.7).\n"; \
+ exit 1; \
+ fi
+ $(MAKECOOKIE)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3049: add message about nettle 3.0 to gnutls makefile,
Brandon Invergo <=