Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 6689dd72e567f74b687c68b1aae61ad5 > files > 17

thunderbird-78.11.0-1.mga7.src.rpm

--- thunderbird-78.2.2/comm/third_party/openpgp.configure	2020-09-09 01:21:51.000000000 +0200
+++ thunderbird-78.2.2/comm/third_party/openpgp.configure.new	2020-09-15 13:13:49.636117436 +0200
@@ -77,10 +77,6 @@ with only_when('--enable-compile-environ
                 cflags=('-I%s/include' % value[0],),
                 ldflags=('-L%s/lib' % value[0], '-lbz2'),
             )
-        if bzip2_pkg:
-            cflags = list(bzip2_pkg.cflags)
-            libs = bzip2_pkg.libs
-            return namespace(cflags=cflags, ldflags=libs,)
         # Fallback
         return namespace(
             ldflags=['-lbz2'],