From ba38f18b5e3b34515c5d88bf7d0cf31455dc8db6 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sun, 21 Feb 2010 20:55:00 +0000 Subject: [PATCH] [packages] osiris: Don't add host include paths SVN-Revision: 19803 --- .../010-dont-add-host-include-paths.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 admin/osiris/patches/010-dont-add-host-include-paths.patch diff --git a/admin/osiris/patches/010-dont-add-host-include-paths.patch b/admin/osiris/patches/010-dont-add-host-include-paths.patch new file mode 100644 index 0000000000..84e4ab6d93 --- /dev/null +++ b/admin/osiris/patches/010-dont-add-host-include-paths.patch @@ -0,0 +1,16 @@ +diff --git a/configure b/configure +index f7f5ce9..322a49d 100755 +--- a/configure ++++ b/configure +@@ -4448,11 +4448,6 @@ cat >>confdefs.h <<_ACEOF + #define SYSTEM_LINUX 1 + _ACEOF + +- +- rc=`grep -c krb5 /usr/include/openssl/ssl.h` +- if test $rc -ne 0; then +- CPPFLAGS="-I/usr/kerberos/include/ ${CPPFLAGS}" +- fi + ;; + BSD*) + -- 2.30.2