Skip to content

Commit

Permalink
librdkafka static bundle v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Nov 5, 2020
1 parent 3781536 commit e449053
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 37 deletions.
4 changes: 2 additions & 2 deletions kafka/build_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
package kafka

// #cgo CFLAGS: -I${SRCDIR}
// #cgo LDFLAGS: ${SRCDIR}/librdkafka/librdkafka_darwin.a -lm -lsasl2 -lz -ldl -lpthread
// #cgo LDFLAGS: ${SRCDIR}/librdkafka/librdkafka_darwin.a -lz -lm -lsasl2 -ldl -lpthread
import "C"

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static darwin from librdkafka-static-bundle-v1.4.2.tgz"
const LibrdkafkaLinkInfo = "static darwin from librdkafka-static-bundle-v1.5.2.tgz"
2 changes: 1 addition & 1 deletion kafka/build_glibc_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ package kafka
import "C"

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static glibc_linux from librdkafka-static-bundle-v1.4.2.tgz"
const LibrdkafkaLinkInfo = "static glibc_linux from librdkafka-static-bundle-v1.5.2.tgz"
2 changes: 1 addition & 1 deletion kafka/build_musl_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ package kafka
import "C"

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static musl_linux from librdkafka-static-bundle-v1.4.2.tgz"
const LibrdkafkaLinkInfo = "static musl_linux from librdkafka-static-bundle-v1.5.2.tgz"
Binary file modified kafka/librdkafka/librdkafka_darwin.a
Binary file not shown.
Binary file modified kafka/librdkafka/librdkafka_glibc_linux.a
Binary file not shown.
Binary file modified kafka/librdkafka/librdkafka_musl_linux.a
Binary file not shown.
Loading

0 comments on commit e449053

Please sign in to comment.