cgo CFLAG change to support other locations

Bug #956215 reported by Aaron Raddon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gozk
New
Undecided
Unassigned

Bug Description

the cgo clflag wasn't working for me (mac/homebrew install of zmq).

This change seemed to work, including two different options in cflag:

#cgo CFLAGS: -I/usr/local/include/c-client-src
#cgo CFLAGS: -I/usr/include/c-client-src

Revision history for this message
Tarrant Rollins (tarrant-8) wrote :

This can already be done on a per machine basis:

    CGO_CFLAGS='-I/usr/local/include/zookeeper' CGO_LDFLAGS='/usr/local/lib/libzookeeper_mt.a' go get launchpad.net/gozk

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.