mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
Make libz static when building static libs
This commit is contained in:
parent
dd5b5acdac
commit
0266e13503
@ -270,7 +270,7 @@ AC_CHECK_LIB(id3tag,id3_file_open,,echo "no libid3tag. Try --with-id3tag=dir";ex
|
||||
|
||||
LIBS=$OLDLIBS
|
||||
if test "$STATIC_LIBS" != "no"; then
|
||||
LIBS="${LIBS} ${STATIC_LIBS}/libid3tag.a -lz"
|
||||
LIBS="${LIBS} ${STATIC_LIBS}/libid3tag.a ${STATIC_LIBS}/libz.a"
|
||||
else
|
||||
LIBS="${LIBS} -lid3tag -lz"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user