aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-12-02 04:26:15 -0500
committerJesse Luehrs <doy@tozt.net>2020-12-02 04:26:15 -0500
commit1ea84bebeaafd4bd22fe021ebef94e7eeb424804 (patch)
treea50186d1c2e02194090d89ab90435284e4eaaa0e /Makefile
parent3348abc383480539fa04a81a53a0e2beaa59d245 (diff)
downloadrbw-1ea84bebeaafd4bd22fe021ebef94e7eeb424804.tar.gz
rbw-1ea84bebeaafd4bd22fe021ebef94e7eeb424804.zip
fix glibc linkage on debian again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 937b1ab..fc783c9 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,10 @@ build:
release:
@cargo build --release --all-targets
- @./bin/remove-glibc-2.29-use ./target/release/rbw
+ @./build/fix-glibc-function-versions ./target/release/rbw
+ @./build/fix-glibc-function-versions ./target/release/rbw-agent
@mv ./target/release/rbw.new ./target/release/rbw
+ @mv ./target/release/rbw-agent.new ./target/release/rbw-agent
.PHONY: release
test: