diff options
author | Thomas Penteker <tek@serverop.de> | 2010-08-31 21:14:59 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2010-08-31 21:14:59 +0200 |
commit | 3691f9bc4e0feed2d3e24c3033cd35a76bc3a536 (patch) | |
tree | adc486efd2f7497e685a5a539d8d225ebd2b5b2f /libgpg-error | |
parent | cb05b239f2b0204c07734b5085e4adde50b6cf62 (diff) | |
download | opt-3691f9bc4e0feed2d3e24c3033cd35a76bc3a536.tar.gz opt-3691f9bc4e0feed2d3e24c3033cd35a76bc3a536.tar.xz |
libgpg-error: enable static build for cryptsetup
Diffstat (limited to 'libgpg-error')
-rw-r--r-- | libgpg-error/.footprint | 1 | ||||
-rw-r--r-- | libgpg-error/Pkgfile | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libgpg-error/.footprint b/libgpg-error/.footprint index b4c09cc2a..a6fbf856f 100644 --- a/libgpg-error/.footprint +++ b/libgpg-error/.footprint @@ -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 diff --git a/libgpg-error/Pkgfile b/libgpg-error/Pkgfile index d12b00a7f..eee508927 100644 --- a/libgpg-error/Pkgfile +++ b/libgpg-error/Pkgfile @@ -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 } |