Skip to content

Commit

Permalink
Contribs: update gpg-error to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Aug 24, 2016
1 parent 52f422c commit c30e6fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion contrib/src/gpg-error/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7736f22a9ee23d27f8d74c275ee92a7d41b48468619af8df70ea4c07000beb03801c6f322735a91100a2b5eb97fca56fce476e4a6eca0054e8a81c44d9b1e1d3 libgpg-error-1.20.tar.bz2
d577ebf36251402dd27187056f7c54cea226119f499d1c3bc1c4201ba4d2ae4a9dcefdf4502411cfcffe52b1cefab8c2cfddfa16b7e6ad3b49305a3394ccca31 libgpg-error-1.24.tar.bz2
11 changes: 0 additions & 11 deletions contrib/src/gpg-error/no-executable.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
--- libgpg-error/Makefile.am.orig 2015-05-05 16:59:07.513558034 +0200
+++ libgpg-error/Makefile.am 2015-05-05 16:59:18.150414495 +0200
@@ -39,7 +39,7 @@
doc =
endif

-SUBDIRS = m4 src $(doc) tests po $(lang_subdirs)
+SUBDIRS = m4 src $(doc) $(lang_subdirs)


dist-hook: gen-ChangeLog
--- libgpg-error/src/Makefile.am.orig 2014-10-25 14:42:43.000000000 +0200
+++ libgpg-error/src/Makefile.am 2015-05-05 16:59:40.887486960 +0200
@@ -31,7 +31,7 @@
Expand Down
4 changes: 2 additions & 2 deletions contrib/src/gpg-error/rules.mak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GPGERROR
GPGERROR_VERSION := 1.20
GPGERROR_VERSION := 1.24
GPGERROR_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2

$(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2:
Expand Down Expand Up @@ -35,6 +35,6 @@ endif

.gpg-error: libgpg-error
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-nls --disable-shared --disable-languages
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-nls --disable-shared --disable-languages --disable-tests
cd $< && $(MAKE) install
touch $@

0 comments on commit c30e6fb

Please sign in to comment.