Skip to content

Commit

Permalink
Merge pull request #5 from jtchilders/master
Browse files Browse the repository at this point in the history
removed change that caused failure to configure
  • Loading branch information
vitillo authored Mar 7, 2018
2 parents 72bd148 + 991d35f commit 458aa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $(TAGS):
ctags -R ./

$(LIBZMQ):
+cd zeromq && CXX=${CXX} CC=${CC} LDFLAGS=${LDFLAGS} ./configure --with-pic && make
+cd zeromq && CXX=${CXX} CC=${CC} ./configure --with-pic && make

-include $(DEPS)

Expand Down

0 comments on commit 458aa91

Please sign in to comment.