Date: Monday, May 7, 2018 @ 16:18:37 Author: eschwartz Revision: 319143
this never used python or python2 directly, ever. https://github.com/linuxmint/muffin/pull/240 Modified: muffin/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-07 16:18:33 UTC (rev 319142) +++ PKGBUILD 2018-05-07 16:18:37 UTC (rev 319143) @@ -27,13 +27,13 @@ build() { cd "${srcdir}"/${pkgname}-${pkgver} - PYTHON=python2 ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/muffin \ - --localstatedir=/var \ - --disable-static \ - --disable-schemas-compile \ - --enable-compile-warnings=minimum + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/muffin \ + --localstatedir=/var \ + --disable-static \ + --disable-schemas-compile \ + --enable-compile-warnings=minimum #https://bugzilla.gnome.org/show_bug.cgi?id=656231 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
