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

Commit

Permalink
Merge pull request #268 from unverbraucht/master
Browse files Browse the repository at this point in the history
Also use LDFLAGS when compiling and linking np
  • Loading branch information
jpmens authored Jun 18, 2017
2 parents 39cb43b + 30d51b6 commit 00b165b
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 00b165b

Please sign in to comment.