Skip to content

Commit 9d57191

Browse files
committed
Update static linking script
1 parent 15ed145 commit 9d57191

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmake/static_link.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ g++ -static -static-libgcc -static-libstdc++ "$@" -o "$target" \
3333
/usr/lib/x86_64-linux-gnu/libgflags.a \
3434
/usr/lib/x86_64-linux-gnu/libglog.a \
3535
/usr/lib/x86_64-linux-gnu/libevent.a \
36-
/usr/lib/x86_64-linux-gnu/libz.a \
36+
/usr/local/lib/libarchive.a \
37+
/usr/lib/libacl.a \
38+
/usr/local/lib/libxml2.a \
3739
/usr/lib/x86_64-linux-gnu/libssl.a \
3840
/usr/lib/x86_64-linux-gnu/libcrypto.a \
3941
/usr/lib/x86_64-linux-gnu/libiberty.a \

0 commit comments

Comments
 (0)