[packages] osiris: Don't add host include paths
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19803 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
19d391e330
commit
708e7aa33a
16
admin/osiris/patches/010-dont-add-host-include-paths.patch
Normal file
16
admin/osiris/patches/010-dont-add-host-include-paths.patch
Normal file
@ -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*)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user