summaryrefslogtreecommitdiff
path: root/data/krb5/nocommon.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-02 02:54:43 +0000
committerJay Freeman <saurik@saurik.com>2008-01-02 02:54:43 +0000
commit7fe4faa796d3393f6a806c3ebb56c0a2792c1144 (patch)
tree9565d87578116d8cdb2d1577085bd6e9f3f04853 /data/krb5/nocommon.diff
parent0673535c576267adb537935c02917a526166442d (diff)
Now serving 100 packages, fixed gzip priority/dependents, and moved subversion to versioning.
git-svn-id: http://svn.telesphoreo.org/trunk@8 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/krb5/nocommon.diff')
-rw-r--r--data/krb5/nocommon.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/krb5/nocommon.diff b/data/krb5/nocommon.diff
new file mode 100644
index 000000000..e40be92fd
--- /dev/null
+++ b/data/krb5/nocommon.diff
@@ -0,0 +1,12 @@
+diff -ru krb5-1.6.3/src/config/pre.in krb5-1.6.3+iPhone/src/config/pre.in
+--- krb5-1.6.3/src/config/pre.in 2006-10-15 18:19:28.000000000 +0000
++++ krb5-1.6.3+iPhone/src/config/pre.in 2008-01-02 01:03:37.000000000 +0000
+@@ -158,7 +158,7 @@
+ # PTHREAD_CFLAGS set by configure, not included in CFLAGS so that we
+ # don't pull the pthreads library into shared libraries
+ ALL_CFLAGS = $(DEFS) $(DEFINES) $(KRB_INCLUDES) $(LOCALINCLUDES) \
+- -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE=1 \
++ -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE=1 -fno-common \
+ $(CPPFLAGS) $(CFLAGS) $(PTHREAD_CFLAGS)
+
+ CFLAGS = @CFLAGS@