-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #449 from confluentinc/import_v1.4.0
librdkafka static bundle v1.4.0
- Loading branch information
Showing
8 changed files
with
7,308 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.