summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-01-02 22:01:38 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-01-02 22:04:35 +0100
commit4ebb7a0d2617997a5b42187b67aabef2472f1663 (patch)
treed94af1a8ce3f26fea199caf278aa8c4bde975ddf /app-forensics/aide/files/aide-0.13.1-as-needed.patch
parentx11-terms/xterm: Remove old (diff)
downloadgentoo-4ebb7a0d2617997a5b42187b67aabef2472f1663.tar.gz
gentoo-4ebb7a0d2617997a5b42187b67aabef2472f1663.tar.bz2
gentoo-4ebb7a0d2617997a5b42187b67aabef2472f1663.zip
app-forensics/aide: Remove old
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-forensics/aide/files/aide-0.13.1-as-needed.patch')
-rw-r--r--app-forensics/aide/files/aide-0.13.1-as-needed.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-forensics/aide/files/aide-0.13.1-as-needed.patch b/app-forensics/aide/files/aide-0.13.1-as-needed.patch
deleted file mode 100644
index 9e0ec4d73aff..000000000000
--- a/app-forensics/aide/files/aide-0.13.1-as-needed.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -Naur aide-0.13.1.orig/configure.in aide-0.13.1/configure.in
---- aide-0.13.1.orig/configure.in 2006-12-09 06:49:21.000000000 +0900
-+++ aide-0.13.1/configure.in 2009-12-16 19:30:17.000000000 +0900
-@@ -546,12 +546,12 @@
- if test x$with_zlib = xyes; then
- AC_CHECK_HEADERS(zlib.h,,
- [AC_MSG_ERROR([You don't have zlib properly installed. Install it or try --without-zlib.])])
-- save_LDFLAGS=$LDFLAGS
-- LDFLAGS="$LDFLAGS $LD_STATIC_FLAG"
-+# saveLIBS=$LIBS
-+ LIBS="$LIBS -lz $LD_STATIC_FLAG"
- AC_CHECK_LIB(z,gzdopen,,
- [AC_MSG_ERROR([You don't have zlib properly installed. Install it or try --without-zlib.])]
- )
-- LDFLAGS=$save_LDFLAGS
-+# LIBS=$saveLIBS
- AC_DEFINE(WITH_ZLIB,1,[use zlib])
- fi
-
-@@ -565,13 +565,13 @@
- fi
- AC_CHECK_HEADERS(curl/curl.h,,
- [AC_MSG_ERROR([You don't have curl properly installed. Install it or try --without-curl.])])
--# save_LDFLAGS=$LDFLAGS
-+# saveLIBS=$LIBS
- CFLAGS="$CFLAGS $CURL_CFLAGS"
-- LDFLAGS="$LDFLAGS $CURL_LIBS $LD_STATIC_FLAG"
-+ LIBS="$LIBS $CURL_LIBS $LD_STATIC_FLAG"
- AC_CHECK_LIB(curl,curl_easy_init,havecurl=yes,
- [AC_MSG_ERROR([You don't have curl properly installed. Install it or try --without-curl.])]
- )
--# LDFLAGS=$save_LDFLAGS
-+# LIBS=$saveLIBS
- AC_DEFINE(WITH_CURL,1,[use curl])
- compoptionstring="${compoptionstring}WITH_CURL\\n"],
- fi