libgpg-error: enable static build for cryptsetup

This commit is contained in:
Thomas Penteker 2010-08-31 21:14:59 +02:00
parent cb05b239f2
commit 3691f9bc4e
2 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/gpg-error.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libgpg-error.a
-rwxr-xr-x root/root usr/lib/libgpg-error.la
lrwxrwxrwx root/root usr/lib/libgpg-error.so -> libgpg-error.so.0.7.0
lrwxrwxrwx root/root usr/lib/libgpg-error.so.0 -> libgpg-error.so.0.7.0

View File

@ -5,13 +5,14 @@
name=libgpg-error
version=1.9
release=1
release=2
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
./configure --prefix=/usr --disable-nls \
--enable-static
make
make DESTDIR=$PKG install
}