Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 170222b

Browse files
authored
Merge pull request #5 from fluxcd/quote-openssl-ldflags
Quote OPENSSL_LDFLAG value
2 parents 1689bf6 + 9aa8edd commit 170222b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ HAS_OPENSSL := $(shell brew --prefix [email protected])
8585
# it can be found.
8686
ifdef HAS_OPENSSL
8787
PKG_CONFIG_PATH := $(PKG_CONFIG_PATH):$(HAS_OPENSSL)/lib/pkgconfig
88-
FLAGS += -DOPENSSL_LDFLAGS:STRING=-L $(HAS_OPENSSL)/lib
88+
FLAGS += -DOPENSSL_LDFLAGS:STRING='-L $(HAS_OPENSSL)/lib'
8989
endif
9090
HAS_LIBSSH2 := $(shell brew --prefix libssh2)
9191
ifdef HAS_LIBSSH2

0 commit comments

Comments
 (0)