Finishing bundle

Change-Id: I276c9e76ab46a69b1388eb2ce4b6919b0f5ab7d6
diff --git a/make-deps.sh b/make-deps.sh
index 244d0f8..b54cd9d 100755
--- a/make-deps.sh
+++ b/make-deps.sh
@@ -14,6 +14,30 @@
 git clone ${GIT}/ndn-cxx build/ndn-cxx
 pushd build/ndn-cxx
 git checkout ${NDN_CXX_COMMIT}
+
+patch -p1 <<EOF
+diff --git a/src/transport/unix-transport.cpp b/src/transport/unix-transport.cpp
+index 59c00ae..aa67b24 100644
+--- a/src/transport/unix-transport.cpp
++++ b/src/transport/unix-transport.cpp
+@@ -74,7 +74,7 @@ UnixTransport::getDefaultSocketName(const ConfigFile& config)
+     }
+
+   // Assume the default nfd.sock location.
+-  return "/var/run/nfd.sock";
++  return "/tmp/nfd.sock";
+ }
+
+ shared_ptr<UnixTransport>
+@@ -135,4 +135,4 @@ UnixTransport::resume()
+
+ }
+
+-#endif // _WIN32
+\ No newline at end of file
++#endif // _WIN32
+EOF
+
 ./waf configure --prefix="${path}/build/deps"
 ./waf build
 ./waf install
@@ -31,3 +55,6 @@
 ./waf build
 ./waf install
 popd
+
+PKG_CONFIG_PATH="${path}/build/deps/lib/pkgconfig:${PKG_CONFIG_PATH}" \
+               ./waf configure