diff options
Diffstat (limited to 'community/synce-librapi/PKGBUILD')
-rw-r--r-- | community/synce-librapi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
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 <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> 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 } |