summaryrefslogtreecommitdiff
path: root/community/synce-librapi
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
commit1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch)
tree803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/synce-librapi
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/synce-librapi')
-rw-r--r--community/synce-librapi/PKGBUILD6
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
}