From 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Feb 2012 23:15:20 +0000 Subject: Wed Feb 22 23:15:20 UTC 2012 --- community/synce-librapi/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/synce-librapi') diff --git a/community/synce-librapi/PKGBUILD b/community/synce-librapi/PKGBUILD index 85a2e946f..9c28b5439 100644 --- a/community/synce-librapi/PKGBUILD +++ b/community/synce-librapi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 53263 2011-08-02 15:19:05Z spupykin $ +# $Id: PKGBUILD 65489 2012-02-21 06:06:56Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Zhukov Pavel pkgname=synce-librapi pkgver=0.15.2 -pkgrel=2 +pkgrel=3 pkgdesc="provide a means of communication with a Windows CE device - libraries and tools for making remote calls to pocket pc" arch=('i686' 'x86_64') url="http://synce.sourceforge.net/" @@ -17,7 +17,7 @@ md5sums=('0a15bc22ee02794ca4714799611b4746') build() { cd $srcdir/librapi2-$pkgver export PYTHON=/usr/bin/python2 - ./configure --prefix=/usr --enable-udev-support --disable-hal-support + LDFLAGS=-lsynce ./configure --prefix=/usr --enable-udev-support --disable-hal-support make make DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf