diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-11 16:01:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-11 16:01:35 +0100 |
commit | 85a8eebad2ec52266e98e4a764ea61f6d58f101f (patch) | |
tree | 003ff41817b41d2c0a6b84e43e4a2eb4b4f01b59 /package/opencdk | |
parent | 6c91c5bb985ece8173f3eca8b3a9f208f12249be (diff) |
update gnutls and required packages to latest upstream
Diffstat (limited to 'package/opencdk')
-rw-r--r-- | package/opencdk/Makefile | 32 | ||||
-rw-r--r-- | package/opencdk/patches/patch-build-aux_ltmain_sh | 11 | ||||
-rw-r--r-- | package/opencdk/patches/patch-configure | 14 | ||||
-rw-r--r-- | package/opencdk/patches/patch-ltmain_sh | 11 |
4 files changed, 0 insertions, 68 deletions
diff --git a/package/opencdk/Makefile b/package/opencdk/Makefile deleted file mode 100644 index 96a11c03a..000000000 --- a/package/opencdk/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include ${TOPDIR}/rules.mk - -PKG_NAME:= opencdk -PKG_VERSION:= 0.6.6 -PKG_RELEASE:= 1 -PKG_MD5SUM:= 813d62d7afe7b2c2d8f3df0a6c9d9331 -PKG_DESCR:= Open Crypto Development Kit library -PKG_SECTION:= libs -PKG_DEPENDS:= libgcrypt libgpg-error zlib -PKG_BUILDDEP:= libgcrypt libgpg-error zlib -PKG_URL:= http://www.gnu.org/software/gnutls/download.html -PKG_SITES:= ftp://ftp.gnutls.org/pub/gnutls/opencdk/ - -PKG_SUBPKGS:= LIBOPENCDK - -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 - -include ${TOPDIR}/mk/package.mk - -$(eval $(call PKG_template,LIBOPENCDK,libopencdk,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) -CONFIGURE_ARGS+= --with-libgcrypt-prefix='${STAGING_TARGET_DIR}/usr' - -post-install: - ${INSTALL_DIR} ${IDIR_LIBOPENCDK}/usr/lib - ${CP} ${WRKINST}/usr/lib/libopencdk.so* ${IDIR_LIBOPENCDK}/usr/lib - -include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/opencdk/patches/patch-build-aux_ltmain_sh b/package/opencdk/patches/patch-build-aux_ltmain_sh deleted file mode 100644 index a47e789b4..000000000 --- a/package/opencdk/patches/patch-build-aux_ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- opencdk-0.6.6.orig/build-aux/ltmain.sh 2006-03-11 19:49:04.000000000 +0100 -+++ opencdk-0.6.6/build-aux/ltmain.sh 2011-01-15 19:36:27.000000000 +0100 -@@ -1623,7 +1623,7 @@ EOF - # -pg pass through profiling flag for GCC - # @file GCC response files - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-pg| \ -- -t[45]*|-txscale*|@*) -+ -t[45]*|-txscale*|@*|-fstack-protector*|-flto) - - # Unknown arguments in both finalize_command and compile_command need - # to be aesthetically quoted because they are evaled later. diff --git a/package/opencdk/patches/patch-configure b/package/opencdk/patches/patch-configure deleted file mode 100644 index 8f21990e8..000000000 --- a/package/opencdk/patches/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ -$Id$ ---- opencdk-0.6.6.orig/configure 2007-11-13 13:32:19.000000000 +0100 -+++ opencdk-0.6.6/configure 2011-01-15 19:30:41.000000000 +0100 -@@ -20389,8 +20389,8 @@ echo "$as_me: error: - - - --LIBOPENCDK_LIBS="-L${libdir} -lopencdk $LIBGCRYPT_LIBS $LIBS" --LIBOPENCDK_CFLAGS="$LIBGCRYPT_CFLAGS -I${includedir}" -+LIBOPENCDK_LIBS="$LIBS -lopencdk $LIBGCRYPT_LIBS" -+LIBOPENCDK_CFLAGS="$LIBGCRYPT_CFLAGS" - - - diff --git a/package/opencdk/patches/patch-ltmain_sh b/package/opencdk/patches/patch-ltmain_sh deleted file mode 100644 index 213194a88..000000000 --- a/package/opencdk/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- opencdk-0.6.6.orig/ltmain.sh 2006-03-11 19:49:04.000000000 +0100 -+++ opencdk-0.6.6/ltmain.sh 2011-01-15 19:31:50.000000000 +0100 -@@ -1623,7 +1623,7 @@ EOF - # -pg pass through profiling flag for GCC - # @file GCC response files - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-pg| \ -- -t[45]*|-txscale*|@*) -+ -t[45]*|-txscale*|@*|-fstack-protector*|-flto) - - # Unknown arguments in both finalize_command and compile_command need - # to be aesthetically quoted because they are evaled later. |