aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/build-static.sh
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2018-05-10 02:11:55 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2018-05-10 02:11:55 +0200
commit097fc9bdb386705a63a8021d5467266a70e22a6e (patch)
tree9c677a6d9281c4407dc6eef18c5a36ca0591288e /build-aux/build-static.sh
parent5379543ca4386c22872c380ccd60d77e51afa134 (diff)
downloadblogc-097fc9bdb386705a63a8021d5467266a70e22a6e.tar.gz
blogc-097fc9bdb386705a63a8021d5467266a70e22a6e.tar.bz2
blogc-097fc9bdb386705a63a8021d5467266a70e22a6e.zip
build: use predefined yatr project variables
Diffstat (limited to 'build-aux/build-static.sh')
-rwxr-xr-xbuild-aux/build-static.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build-aux/build-static.sh b/build-aux/build-static.sh
index 39d6444..bf9cbf4 100755
--- a/build-aux/build-static.sh
+++ b/build-aux/build-static.sh
@@ -2,8 +2,6 @@
set -ex
-PV="$(grep PACKAGE_VERSION config.h | cut -d\" -f2)"
-
${MAKE_CMD:-make} LDFLAGS="-all-static" blogc
rm -rf root