aboutsummaryrefslogtreecommitdiff
path: root/community/isync/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/isync/build')
-rwxr-xr-xcommunity/isync/build6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/isync/build b/community/isync/build
index 09d87526..bbd53ee2 100755
--- a/community/isync/build
+++ b/community/isync/build
@@ -1,5 +1,9 @@
#!/bin/sh -e
-./configure --prefix=/usr
+export LDFLAGS="$LDFLAGS -static"
+
+./configure \
+ --prefix=/usr
+
make
make DESTDIR="$1" install