X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=admin%2Fosiris%2Fpatches%2F010-dont-add-host-include-paths.patch;fp=admin%2Fosiris%2Fpatches%2F010-dont-add-host-include-paths.patch;h=84e4ab6d93662d8f5f68538ce42a4b527774b212;hb=708e7aa33a7df2e3408418b1edc9288abe4b993e;hp=0000000000000000000000000000000000000000;hpb=19d391e330b311a72bd2201802299d6e51b5c9e3;p=packages.git 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 000000000..84e4ab6d9 --- /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*) +