Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
Also use LDFLAGS when compiling and linking np so we can link on macO…
Browse files Browse the repository at this point in the history
…S against libcrypto in brew
  • Loading branch information
unverbraucht committed Jun 18, 2017
1 parent 39cb43b commit 30d51b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ be-mongo.o: be-mongo.c be-mongo.h Makefile
be-files.o: be-files.c be-files.h Makefile

np: np.c base64.o
$(CC) $(CFLAGS) $^ -o $@ $(OSSLIBS)
$(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@ $(OSSLIBS)

$(CDBLIB):
(cd $(CDBDIR); make libcdb.a cdb )
Expand Down

0 comments on commit 30d51b6

Please sign in to comment.