From 2a6db4c056b66006804ec39d4185363d1d5f9658 Mon Sep 17 00:00:00 2001 From: austinbutler Date: Wed, 26 May 2021 21:35:46 +0000 Subject: stellar-core: 0.5.1 -> 17.0.0 (#123294) --- .../blockchains/stellar-core-dirty-version.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 pkgs/applications/blockchains/stellar-core-dirty-version.patch (limited to 'pkgs/applications/blockchains/stellar-core-dirty-version.patch') diff --git a/pkgs/applications/blockchains/stellar-core-dirty-version.patch b/pkgs/applications/blockchains/stellar-core-dirty-version.patch deleted file mode 100644 index 57d66ce5919..00000000000 --- a/pkgs/applications/blockchains/stellar-core-dirty-version.patch +++ /dev/null @@ -1,15 +0,0 @@ -Subject: Prevent "-dirty" from being erroneously added to the version - -diff --git a/src/Makefile.am b/src/Makefile.am -index d36d1a3..00048fc 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -28,7 +28,7 @@ always: - # Always rebuild because .git/HEAD is a symbolic ref one can't depend on - StellarCoreVersion.h: always - @vers=$$(cd "$(srcdir)" \ -- && git describe --always --dirty --tags 2>/dev/null \ -+ && git describe --always --tags 2>/dev/null \ - || echo "$(PACKAGE) $(VERSION)"); \ - echo "#define STELLAR_CORE_VERSION \"$$vers\"" > $@~ - @if cmp -s $@~ $@; then rm -f $@~; else \ -- cgit 1.4.1