Codebase list golang-gopkg-lxc-go-lxc.v2 / e1530800-63ad-4cfd-826c-38cefca83a8f/main linking_static.go
e1530800-63ad-4cfd-826c-38cefca83a8f/main

Tree @e1530800-63ad-4cfd-826c-38cefca83a8f/main (Download .tar.gz)

linking_static.go @e1530800-63ad-4cfd-826c-38cefca83a8f/mainraw · history · blame

// Copyright © 2013, 2014, The Go-LXC Authors. All rights reserved.
// Use of this source code is governed by a LGPLv2.1
// license that can be found in the LICENSE file.

// +build linux,cgo,static_build

package lxc

// #cgo CFLAGS: -std=gnu11 -Wvla -Werror
// #cgo pkg-config: --static lxc libcrypto
// #cgo LDFLAGS: -static
import "C"