Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sollhui committed Dec 11, 2023
1 parent de86ce1 commit c6c3a9d
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions thirdparty/patches/librdkafka-2.0.2.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
diff --git a/lds-gen.py b/lds-gen.py
index 44c718d1..daf1b29c 100755
--- a/lds-gen.py
+++ b/lds-gen.py
--- lds-gen.py
+++ lds-gen.py
@@ -58,7 +58,7 @@ if __name__ == '__main__':

# Special symbols not covered by above matches or not exposed in
Expand All @@ -11,10 +9,8 @@ index 44c718d1..daf1b29c 100755

print('# Automatically generated by lds-gen.py - DO NOT EDIT')
print('{\n global:')
diff --git a/mklove/modules/configure.base b/mklove/modules/configure.base
index 1e216692..fef45b77 100644
--- a/mklove/modules/configure.base
+++ b/mklove/modules/configure.base
--- mklove/modules/configure.base
+++ mklove/modules/configure.base
@@ -1741,7 +1741,7 @@ function mkl_pkg_config_check {
mkl_check_begin "$cname" "$2" "no-cache" "$1 (by pkg-config)" && return $?

Expand All @@ -38,10 +34,8 @@ index 1e216692..fef45b77 100644
# Clear define name ($2): caller may have additional checks
mkl_check_failed "$cname" "" "$3" "pkg-config --libs failed"
return 1
diff --git a/src/rdkafka_broker.c b/src/rdkafka_broker.c
index a32d08d2..78386580 100644
--- a/src/rdkafka_broker.c
+++ b/src/rdkafka_broker.c
--- src/rdkafka_broker.c
+++ src/rdkafka_broker.c
@@ -4613,7 +4613,9 @@ static int rd_kafka_broker_thread_main(void *arg) {
*/
void rd_kafka_broker_destroy_final(rd_kafka_broker_t *rkb) {
Expand Down

0 comments on commit c6c3a9d

Please sign in to comment.