fixed rpath for binary builds

master
Oliver Tonnhofer 2013-09-04 15:23:16 +02:00
parent f5273d91f0
commit c75339ddca
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ GOFILES=$(shell find . \( -name \*.go ! -name version.go \) )
# for protoc-gen-go
export PATH := $(GOPATH)/bin:$(PATH)
GOLDFLAGS=-ldflags '-r ${ORIGIN}:${ORIGIN}/../lib'
GOLDFLAGS=-ldflags '-r $${ORIGIN}/lib'
BUILD_DATE=$(shell date +%Y%m%d)