diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-01 14:34:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-01 14:34:55 +0000 |
commit | 92b7f59d9e75c4f77c9a12201e108a56271c6e69 (patch) | |
tree | d761b5566608ce692bff80d779e6d6241cd1de8a /testing/csync2/02-csync2-1.34-gnutls_pkgconfig.patch | |
parent | ba5bedd2e941ea0a3339d4cc04fffcc0f72e46c4 (diff) | |
download | aports-92b7f59d9e75c4f77c9a12201e108a56271c6e69.tar.bz2 aports-92b7f59d9e75c4f77c9a12201e108a56271c6e69.tar.xz |
testing/*: removed non tested packages
we dont ship testing stuff for stable branches
Diffstat (limited to 'testing/csync2/02-csync2-1.34-gnutls_pkgconfig.patch')
-rw-r--r-- | testing/csync2/02-csync2-1.34-gnutls_pkgconfig.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/csync2/02-csync2-1.34-gnutls_pkgconfig.patch b/testing/csync2/02-csync2-1.34-gnutls_pkgconfig.patch deleted file mode 100644 index b9e1d2726..000000000 --- a/testing/csync2/02-csync2-1.34-gnutls_pkgconfig.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- old/configure.ac -+++ new/configure.ac -@@ -59,16 +59,11 @@ - if test "$enable_gnutls" != no - then - -- # Check for gnuTLS. -- AM_PATH_LIBGNUTLS(1.0.0, , [ AC_MSG_ERROR([[gnutls not found; install gnutls, gnutls-openssl and libtasn1 packages for your system or run configure with --disable-gnutls]]) ]) -- -- # This is a bloody hack for fedora core -- CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS" -- LIBS="$LIBS $LIBGNUTLS_LIBS -ltasn1" -- -- # Check gnuTLS SSL compatibility lib. -- AC_CHECK_LIB([gnutls-openssl], [SSL_new], , [AC_MSG_ERROR([[gnutls-openssl not found; install gnutls, gnutls-openssl and libtasn1 packages for your system or run configure with --disable-gnutls]])]) -- -+ PKG_CHECK_MODULES(LIBGNUTLS, gnutls, [ -+ CFLAGS="$CFLAGS `$PKG_CONFIG --cflags gnutls libssl`" -+ LIBS="$LIBS `$PKG_CONFIG --libs gnutls libssl` -DHAVE_LIBGNUTLS_OPENSSL" -+ ]) -+ - fi - - AC_CONFIG_FILES([Makefile]) |