diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-11 23:22:17 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-11 23:22:17 +0000 |
commit | 1daa24f9ae8b1e511ed9bb9961fe6fd8892b852b (patch) | |
tree | e77d9904b4ee2dde7b73ee1d3adf695a8ae94b92 /libgcrypt | |
parent | 6600e07d210fb1411882fa0a1bb3db72c1439af7 (diff) |
Fix vpnc build and move out of nonworking.
BKrev: 3fd8fc29CkEvfN6RduH7TMBCFIWsNQ
Diffstat (limited to 'libgcrypt')
-rw-r--r-- | libgcrypt/libgcrypt_1.1.12.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgcrypt/libgcrypt_1.1.12.oe b/libgcrypt/libgcrypt_1.1.12.oe index fa6f246b70..ad06ceb185 100644 --- a/libgcrypt/libgcrypt_1.1.12.oe +++ b/libgcrypt/libgcrypt_1.1.12.oe @@ -1,3 +1,5 @@ +LICENSE = GPL LGPL FDL + SECTION="libs" PRIORITY="optional" RDEPENDS="libc6" @@ -17,6 +19,8 @@ do_stage () { ln -sf ${STAGING_LIBDIR}/libgcrypt.so.1.5.1 ${STAGING_LIBDIR}/libgcrypt.so.1 ln -sf ${STAGING_LIBDIR}/libgcrypt.so.1.5.1 ${STAGING_LIBDIR}/libgcrypt.so + install -m 0755 src/libgcrypt-config ${STAGING_BINDIR}/ + install -d ${STAGING_DIR}/target/include/ for X in gcrypt.h do |