summaryrefslogtreecommitdiffstats
path: root/base/libical/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/libical/Pkgfile')
-rw-r--r--base/libical/Pkgfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/libical/Pkgfile b/base/libical/Pkgfile
index 0003df343..5e98d6cc5 100644
--- a/base/libical/Pkgfile
+++ b/base/libical/Pkgfile
@@ -12,6 +12,8 @@ source=(http://downloads.sourceforge.net/project/freeassociation/$name/$name-$ve
build() {
cd $name-$version
./configure --prefix=/usr \
+ --enable-shared \
+ --disable-static \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install