From 230b0f1fc73f6f7b42d77ac7e2005f9215990da0 Mon Sep 17 00:00:00 2001 From: Alan Mizrahi Date: Sun, 29 Sep 2013 18:25:42 +0900 Subject: [PATCH] libgsasl: Add static library --- libgsasl/.footprint | 1 + libgsasl/Pkgfile | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libgsasl/.footprint b/libgsasl/.footprint index 911105dfd..dffdf9b93 100644 --- a/libgsasl/.footprint +++ b/libgsasl/.footprint @@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/gsasl-mech.h -rw-r--r-- root/root usr/include/gsasl.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libgsasl.a -rwxr-xr-x root/root usr/lib/libgsasl.la lrwxrwxrwx root/root usr/lib/libgsasl.so -> libgsasl.so.7.9.6 lrwxrwxrwx root/root usr/lib/libgsasl.so.7 -> libgsasl.so.7.9.6 diff --git a/libgsasl/Pkgfile b/libgsasl/Pkgfile index 79f8b2232..4c2333eee 100644 --- a/libgsasl/Pkgfile +++ b/libgsasl/Pkgfile @@ -5,15 +5,14 @@ name=libgsasl version=1.8.0 -release=1 +release=2 source=(ftp://ftp.gnu.org/gnu/gsasl/$name-$version.tar.gz) build () { cd $name-$version ./configure \ --prefix=/usr \ - --disable-nls \ - --disable-static + --disable-nls make make DESTDIR=$PKG install }