build: fix link error on Ubuntu

This commit is contained in:
Tae-il Lim
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent f171805338
commit 678d1bfa22
+2
View File
@@ -71,6 +71,8 @@ fn build() -> io::Result<()> {
configure.arg("--enable-static");
configure.arg("--disable-shared");
configure.arg("--enable-pic");
// do not build programs since we don't need them
configure.arg("--disable-programs");