openwrt_archive/admin/osiris/patches/010-dont-add-host-include-paths.patch
Lars-Peter Clausen ba38f18b5e [packages] osiris: Don't add host include paths
SVN-Revision: 19803
2010-02-21 20:55:00 +00:00

17 lines
343 B
Diff

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*)