Skip to content

Instantly share code, notes, and snippets.

@ayourtch
Created September 2, 2010 13:11
Show Gist options
  • Save ayourtch/562265 to your computer and use it in GitHub Desktop.
Save ayourtch/562265 to your computer and use it in GitHub Desktop.
diff --git a/Makefile b/Makefile
index 2d269fe..07ee2e9 100644
--- a/Makefile
+++ b/Makefile
@@ -107,4 +107,4 @@ sqlite3:
cd $(SQLITE3_DIR) && $(MAKE)
zeromq:
- cd $(ZEROMQ_DIR) && $(MAKE)
+ cd $(ZEROMQ_DIR) && ./configure --prefix=$(PREFIX) && $(MAKE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment