1
0
forked from ports/contrib

libgsasl: Add static library

This commit is contained in:
Alan Mizrahi 2013-09-29 18:25:42 +09:00
parent d68214548c
commit 230b0f1fc7
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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
}