You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// +build !dynamic
|
|
|
|
// +build musl
|
|
|
|
|
|
|
|
// This file was auto-generated by librdkafka_vendor/bundle-import.sh, DO NOT EDIT.
|
|
|
|
|
|
|
|
package kafka
|
|
|
|
|
|
|
|
// #cgo CFLAGS: -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB
|
|
|
|
// #cgo LDFLAGS: ${SRCDIR}/librdkafka_vendor/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.9.2.tgz"
|