github.com/confluentinc/confluent-kafka-go@v1.9.2/kafka/build_glibc_linux.go (about)

     1  // +build !dynamic
     2  // +build !musl
     3  
     4  // This file was auto-generated by librdkafka_vendor/bundle-import.sh, DO NOT EDIT.
     5  
     6  package kafka
     7  
     8  // #cgo CFLAGS: -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB
     9  // #cgo LDFLAGS: ${SRCDIR}/librdkafka_vendor/librdkafka_glibc_linux.a  -lm -ldl -lpthread -lrt
    10  import "C"
    11  
    12  // LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
    13  const LibrdkafkaLinkInfo = "static glibc_linux from librdkafka-static-bundle-v1.9.2.tgz"