From f79be78bd541bcb0824663f9233825cd7d901004 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 15 Jul 2018 01:38:03 +0200 Subject: Revert "travis: try to fix incompatibility of static bins with fedora" This reverts commit 8d4f9399c816f63ac62cc32e2b2bdc303d52f249. --- build-aux/build-static-all.sh | 2 -- build-aux/build-static.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/build-aux/build-static-all.sh b/build-aux/build-static-all.sh index 42fd33f..0cba1a3 100755 --- a/build-aux/build-static-all.sh +++ b/build-aux/build-static-all.sh @@ -2,8 +2,6 @@ set -ex -export LC_ALL= - ${MAKE_CMD:-make} LDFLAGS="-all-static" ${MAKE_CMD:-make} DESTDIR="${PWD}/root" install install -m 644 ../LICENSE root/LICENSE diff --git a/build-aux/build-static.sh b/build-aux/build-static.sh index e5a09ed..bf9cbf4 100755 --- a/build-aux/build-static.sh +++ b/build-aux/build-static.sh @@ -2,8 +2,6 @@ set -ex -export LC_ALL= - ${MAKE_CMD:-make} LDFLAGS="-all-static" blogc rm -rf root -- cgit v1.2.3-18-g5258