Skip to content

Commit

Permalink
Merge pull request #449 from confluentinc/import_v1.4.0
Browse files Browse the repository at this point in the history
librdkafka static bundle v1.4.0
  • Loading branch information
edenhill committed Apr 8, 2020
2 parents 1f6f5ba + 4e1fb79 commit 00f7f54
Show file tree
Hide file tree
Showing 8 changed files with 7,308 additions and 12 deletions.
10 changes: 6 additions & 4 deletions kafka/build_darwin.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
// +build !dynamic
// +build !static
// +build !static_all

// This file was auto-generated by librdkafka/setup.sh, DO NOT EDIT.

// This file was auto-generated by librdkafka/bundle-import.sh, DO NOT EDIT.

package kafka

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

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static darwin from librdkafka-static-bundle-v1.4.0.tgz"
12 changes: 8 additions & 4 deletions kafka/build_glibc_linux.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
// +build !musl
// +build !dynamic
// +build !static
// +build !static_all
// +build !musl

// This file was auto-generated by librdkafka/bundle-import.sh, DO NOT EDIT.

package kafka

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

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static glibc_linux from librdkafka-static-bundle-v1.4.0.tgz"
12 changes: 8 additions & 4 deletions kafka/build_musl_linux.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
// +build musl
// +build !dynamic
// +build !static
// +build !static_all
// +build musl

// This file was auto-generated by librdkafka/bundle-import.sh, DO NOT EDIT.

package kafka

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

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static musl_linux from librdkafka-static-bundle-v1.4.0.tgz"
366 changes: 366 additions & 0 deletions kafka/librdkafka/LICENSES.txt

Large diffs are not rendered by default.

Binary file added kafka/librdkafka/librdkafka_darwin.a
Binary file not shown.
Binary file added kafka/librdkafka/librdkafka_glibc_linux.a
Binary file not shown.
Binary file added kafka/librdkafka/librdkafka_musl_linux.a
Binary file not shown.
Loading

0 comments on commit 00f7f54

Please sign in to comment.