diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-02 22:02:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-02 22:02:11 +0100 |
commit | 5ae019d73004c03e1e53bbdf5ea1f2315fb4b883 (patch) | |
tree | 0a4cd9c854546867825972ce6763647c3e995021 /package/krb5/patches/patch-src_clients_ksu_ksu_h | |
parent | 458160058033c7a5612000f0e184eaa6a5b15d52 (diff) |
avoid extra include dir, now cross-compile and native compile is possible. add acl example file
Diffstat (limited to 'package/krb5/patches/patch-src_clients_ksu_ksu_h')
-rw-r--r-- | package/krb5/patches/patch-src_clients_ksu_ksu_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/krb5/patches/patch-src_clients_ksu_ksu_h b/package/krb5/patches/patch-src_clients_ksu_ksu_h new file mode 100644 index 000000000..164f53750 --- /dev/null +++ b/package/krb5/patches/patch-src_clients_ksu_ksu_h @@ -0,0 +1,10 @@ +--- krb5-1.9.orig/src/clients/ksu/ksu.h 2009-10-31 01:48:38.000000000 +0100 ++++ krb5-1.9/src/clients/ksu/ksu.h 2011-01-31 14:28:47.000000000 +0100 +@@ -29,7 +29,6 @@ + #include "k5-int.h" + #include "k5-util.h" + #include <stdio.h> +-#include "com_err.h" + #include <sys/types.h> + #include <sys/param.h> + #include <pwd.h> |