summaryrefslogtreecommitdiff
path: root/libgsasl
diff options
context:
space:
mode:
Diffstat (limited to 'libgsasl')
-rw-r--r--libgsasl/.footprint1
-rw-r--r--libgsasl/Pkgfile5
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
}

Generated by cgit