fix multilib.patch (#1943870)

This commit is contained in:
Rex Dieter 2021-03-29 07:40:07 -05:00
parent aa712ef1ed
commit a490d843a1
2 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,7 @@ diff -up taglib-1.12/taglib-config.cmake.multilib taglib-1.12/taglib-config.cmak
case $1 in
--libs)
- flags="$flags -L$libdir -ltag @ZLIB_LIBRARIES_FLAGS@"
+ flags="$flags -ltag
+ flags="$flags -ltag"
;;
--cflags)
flags="$flags -I$includedir -I$includedir/taglib"

View File

@ -8,7 +8,7 @@
Name: taglib
Summary: Audio Meta-Data Library
Version: 1.12
Release: 3%{?dist}
Release: 4%{?dist}
License: LGPLv2 or MPLv1.1
URL: http://taglib.github.io/
@ -122,6 +122,9 @@ test "$(pkg-config --modversion taglib_c)" = "%{version}"
%changelog
* Mon Mar 29 2021 Rex Dieter <rdieter@fedoraproject.org> - 1.12-4
- fix multilib.patch (#1943870)
* Wed Mar 03 2021 Rex Dieter <rdieter@fedoraproject.org> - 1.12-3
- -devel: fix/drop -lz references in taglib-config, taglib.pc