Skip to content

Commit df06075

Browse files
committed
Update iserv-proxy patches
1 parent 4f04b86 commit df06075

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

overlays/patches/iserv-proxy-interpreter-9.3-android.patch

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,14 +324,17 @@ index 0000000..d447895
324324
+}
325325
\ No newline at end of file
326326
diff --git a/iserv-proxy.cabal b/iserv-proxy.cabal
327-
index a0eeaeb..a146108 100644
327+
index 5f1449a..328b000 100644
328328
--- a/iserv-proxy.cabal
329329
+++ b/iserv-proxy.cabal
330-
@@ -103,6 +103,7 @@ Executable iserv-proxy
330+
@@ -106,9 +106,7 @@ Executable iserv-proxy-interpreter
331331
-- We need to pass -fkeep-cafs to ensure that the interpreter retains CAFs
332332
-- Iserv and GHC do something similar.
333333
ghc-options: -fkeep-cafs
334+
- -- no idea how to check for musl :-/
335+
- if os(linux) && arch(aarch64)
336+
- c-sources: cbits/symbols.aarch64-musl.c
334337
+ c-sources: cbits/symbols.c
338+
335339
Build-Depends: base >= 4 && < 5,
336340
iserv-proxy
337-

overlays/patches/iserv-proxy-interpreter-9.3-android32.patch

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,14 +453,17 @@ index 0000000..9974c73
453453
+}
454454
\ No newline at end of file
455455
diff --git a/iserv-proxy.cabal b/iserv-proxy.cabal
456-
index eca2047..51a125b 100644
456+
index 5f1449a..328b000 100644
457457
--- a/iserv-proxy.cabal
458458
+++ b/iserv-proxy.cabal
459-
@@ -104,6 +104,7 @@ Executable iserv-proxy-interpreter
459+
@@ -106,9 +106,7 @@ Executable iserv-proxy-interpreter
460460
-- We need to pass -fkeep-cafs to ensure that the interpreter retains CAFs
461461
-- Iserv and GHC do something similar.
462462
ghc-options: -fkeep-cafs
463+
- -- no idea how to check for musl :-/
464+
- if os(linux) && arch(aarch64)
465+
- c-sources: cbits/symbols.aarch64-musl.c
463466
+ c-sources: cbits/symbols.c
467+
464468
Build-Depends: base >= 4 && < 5,
465469
iserv-proxy
466-

0 commit comments

Comments
 (0)