summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/gsasl-0.3.5-0001-link-with-libgsasl.patch
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-21 19:10:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-21 19:10:23 -0400
commit3ce6a17e562a63aeb0e7b1624229bbef123c3d61 (patch)
tree7402a563a9d6645a6e8dee09b2295b20093b5323 /standalone/android/haskell-patches/gsasl-0.3.5-0001-link-with-libgsasl.patch
parent2b3906b34cb1e384185f8fd9cdc57d4feb2973fd (diff)
got XMPP building for Android
Also enable local pairing, which also builds now thanks to WebDAV fixes to the haskell network library.
Diffstat (limited to 'standalone/android/haskell-patches/gsasl-0.3.5-0001-link-with-libgsasl.patch')
-rw-r--r--standalone/android/haskell-patches/gsasl-0.3.5-0001-link-with-libgsasl.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/gsasl-0.3.5-0001-link-with-libgsasl.patch b/standalone/android/haskell-patches/gsasl-0.3.5-0001-link-with-libgsasl.patch
new file mode 100644
index 000000000..05495a320
--- /dev/null
+++ b/standalone/android/haskell-patches/gsasl-0.3.5-0001-link-with-libgsasl.patch
@@ -0,0 +1,27 @@
+From c7d39a8f91af93203194313195a79b04d80a16a3 Mon Sep 17 00:00:00 2001
+From: Joey Hess <joey@kitenet.net>
+Date: Sun, 21 Apr 2013 15:22:00 -0400
+Subject: [PATCH] link with libgsasl
+
+This requires libgsasl.a (and no .so) be installed in the ugly hardcoded
+lib dir. When built this way, the haskell gsasl library will link the
+library into executables with no further options.
+---
+ gsasl.cabal | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/gsasl.cabal b/gsasl.cabal
+index c5c2b19..a31cc71 100644
+--- a/gsasl.cabal
++++ b/gsasl.cabal
+@@ -27,6 +27,7 @@ library
+ ghc-options: -Wall -O2
+ hs-source-dirs: lib
+ c-sources: cbits/hsgsasl-shim.c
++ LD-Options: -L /home/joey/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/sysroot/usr/lib/
+
+ build-depends:
+ base >= 4.0 && < 5.0
+--
+1.7.10.4
+