Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit c1fa35e

Browse files
committed
Update patch set
1 parent 9182e4b commit c1fa35e

4 files changed

Lines changed: 13 additions & 13 deletions

patches/0001-Build-a-standalone-static-library.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 5c52008981e2ae0506704da89399b2deee6b069f Mon Sep 17 00:00:00 2001
1+
From ab2830d1cb3ba231c3ed3de4ed59e19c65e6e1d4 Mon Sep 17 00:00:00 2001
22
From: Petko Bordjukov <bordjukov@gmail.com>
33
Date: Mon, 25 Jul 2016 00:00:19 +0300
44
Subject: [PATCH 1/4] Build a standalone static library
@@ -8,7 +8,7 @@ Subject: [PATCH 1/4] Build a standalone static library
88
1 file changed, 3 insertions(+)
99

1010
diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi
11-
index a30373be61..34c478d7ad 100644
11+
index 63930d8aef..d0d00d3f67 100644
1212
--- a/gypfiles/standalone.gypi
1313
+++ b/gypfiles/standalone.gypi
1414
@@ -517,6 +517,9 @@
@@ -22,5 +22,5 @@ index a30373be61..34c478d7ad 100644
2222
'defines!': [
2323
'DEBUG',
2424
--
25-
2.14.1
25+
2.14.2
2626

patches/0002-Don-t-compile-unnecessary-stuff.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 3b38ae59490addc6aabd52c8f54084ab398390f6 Mon Sep 17 00:00:00 2001
1+
From 8b85dc00cfffe510e51677641586732396fe4cf0 Mon Sep 17 00:00:00 2001
22
From: Petko Bordjukov <bordjukov@gmail.com>
33
Date: Fri, 28 Jul 2017 11:11:08 +0300
44
Subject: [PATCH 2/4] Don't compile unnecessary stuff
@@ -9,10 +9,10 @@ Subject: [PATCH 2/4] Don't compile unnecessary stuff
99
2 files changed, 2 insertions(+), 40 deletions(-)
1010

1111
diff --git a/Makefile b/Makefile
12-
index b381918355..7cd9b3c9c9 100644
12+
index eb146ac244..902832af48 100644
1313
--- a/Makefile
1414
+++ b/Makefile
15-
@@ -264,14 +264,9 @@ ANDROID_ARCHES = android_ia32 android_x64 android_arm android_arm64 \
15+
@@ -268,14 +268,9 @@ ANDROID_ARCHES = android_ia32 android_x64 android_arm android_arm64 \
1616
android_mipsel
1717

1818
# List of files that trigger Makefile regeneration:
@@ -81,5 +81,5 @@ index bc9d9650eb..96820a0ecc 100644
8181
}
8282
]
8383
--
84-
2.14.1
84+
2.14.2
8585

patches/0003-Use-the-fPIC-flag-for-the-static-library.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From fdfd1e5b845c572366248c39fcde614eeba519f9 Mon Sep 17 00:00:00 2001
1+
From 6d8fb9964719799a423db755f84dfe582dd0040e Mon Sep 17 00:00:00 2001
22
From: Petko Bordjukov <bordjukov@gmail.com>
33
Date: Mon, 25 Jul 2016 00:05:47 +0300
44
Subject: [PATCH 3/4] Use the -fPIC flag for the static library
@@ -8,7 +8,7 @@ Subject: [PATCH 3/4] Use the -fPIC flag for the static library
88
1 file changed, 1 insertion(+), 1 deletion(-)
99

1010
diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi
11-
index 34c478d7ad..d045d6de1c 100644
11+
index d0d00d3f67..f01bd48596 100644
1212
--- a/gypfiles/standalone.gypi
1313
+++ b/gypfiles/standalone.gypi
1414
@@ -797,7 +797,7 @@
@@ -21,5 +21,5 @@ index 34c478d7ad..d045d6de1c 100644
2121
}],
2222
[ 'clang==0 and coverage==1', {
2323
--
24-
2.14.1
24+
2.14.2
2525

patches/0004-Do-not-embed-debug-symbols-in-macOS-libraries.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From bc9d12823ab2720903e1a28fe3cb3b5433419460 Mon Sep 17 00:00:00 2001
1+
From 875cb8e75c8ef5cd471a98b1349f98cb78708217 Mon Sep 17 00:00:00 2001
22
From: Jb Aviat <jb@sqreen.io>
33
Date: Mon, 27 Feb 2017 11:14:42 +0200
44
Subject: [PATCH 4/4] Do not embed debug symbols in macOS libraries
@@ -9,7 +9,7 @@ This lowers dramatically the produced binary size
99
1 file changed, 1 insertion(+)
1010

1111
diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi
12-
index d045d6de1c..563dfd6663 100644
12+
index f01bd48596..25ca6b8606 100644
1313
--- a/gypfiles/standalone.gypi
1414
+++ b/gypfiles/standalone.gypi
1515
@@ -1056,6 +1056,7 @@
@@ -21,5 +21,5 @@ index d045d6de1c..563dfd6663 100644
2121
'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES',
2222
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
2323
--
24-
2.14.1
24+
2.14.2
2525

0 commit comments

Comments
 (0)