diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-07-15 01:38:03 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-07-15 01:38:03 +0200 |
commit | f79be78bd541bcb0824663f9233825cd7d901004 (patch) | |
tree | 6d80807b7bbf04852e055f88c68d1969621786fc /build-aux/build-static.sh | |
parent | 8d4f9399c816f63ac62cc32e2b2bdc303d52f249 (diff) | |
download | blogc-f79be78bd541bcb0824663f9233825cd7d901004.tar.gz blogc-f79be78bd541bcb0824663f9233825cd7d901004.tar.bz2 blogc-f79be78bd541bcb0824663f9233825cd7d901004.zip |
Revert "travis: try to fix incompatibility of static bins with fedora"
This reverts commit 8d4f9399c816f63ac62cc32e2b2bdc303d52f249.
Diffstat (limited to 'build-aux/build-static.sh')
-rwxr-xr-x | build-aux/build-static.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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 |