From 25fdff184031f038dbcbb83542ad3ad92feb1669 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 4 May 2020 20:09:38 +0200 Subject: [PATCH] remove workaround to patch compiler warnings --- CHANGELOG.md | 3 +++ Makefile | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7a86a..2e3626c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ +* ENHANCEMENT + * upgrade to v0.1.2 * INTERNAL * simplify repo structure and ci + * remove workaround to patch compiler warnings diff --git a/Makefile b/Makefile index df99c5c..2e0a2fd 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,7 @@ build: build-src build-bin .PHONY: build-src build-src: mkdir -p $(SRC); \ - curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1; \ - grep -rlI 'Box' $(SRC)/src/ | xargs sed -i 's/Box/Box/g' + curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1 .PHONY: build-bin build-bin: