[arch-commits] Commit in ptlib/gnome-unstable (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Sep 23 09:45:37 UTC 2009


    Date: Wednesday, September 23, 2009 @ 05:45:37
  Author: jgc
Revision: 52921

Enable httpforms, one of the other plugins doesn't include all needed cxx files, so enable this plugin too to fix unresolved symbols

Modified:
  ptlib/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-23 09:41:53 UTC (rev 52920)
+++ PKGBUILD	2009-09-23 09:45:37 UTC (rev 52921)
@@ -16,7 +16,6 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  unset LDFLAGS
   ./configure --prefix=/usr --libdir=/usr/lib \
       --sysconfdir=/etc --localstatedir=/var \
       --enable-opal --enable-plugins \
@@ -24,7 +23,7 @@
       --disable-avc --enable-sdl \
       --enable-ipv6 --enable-v4l \
       --enable-dc --disable-odbc \
-      --enable-expat || return 1
+      --enable-expat --enable-httpforms || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list