diff options
Diffstat (limited to 'arch/extras/autotools_PKGBUILD')
-rw-r--r-- | arch/extras/autotools_PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/extras/autotools_PKGBUILD b/arch/extras/autotools_PKGBUILD index da6756f37..cda23fb72 100644 --- a/arch/extras/autotools_PKGBUILD +++ b/arch/extras/autotools_PKGBUILD @@ -36,7 +36,7 @@ build() { #msg "Patching..." #patch -N -d ${srcdir} -p0 < pkname.patch - msg "Starting autoconf..." + msg "Starting automake..." cd "$srcdir/${_builddir}" cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in" cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" @@ -45,6 +45,7 @@ build() { msg "Starting configure..." ./configure --with-qt-dir=${QTDIR} \ --prefix=${_prefix} \ + --enable-closure \ --with-extra-includes=${_prefix}/include:/usr/include/dbus-1.0:${_prefix}/include/libkrandr \ --with-extra-libs=${_prefix}/lib:${_prefix}/lib/trinity:${_prefix}/pkgconfig |