commit | 9a129695a56f5738d36b9b5c037e9eb6e8fc3be7 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@email.arizona.edu> | Wed Jul 29 16:25:46 2015 -0700 |
committer | Eric Newberry <enewberry@email.arizona.edu> | Wed Jul 29 16:25:46 2015 -0700 |
tree | 89f013d6425cb839750ab757b76c362bd1c73a9b | |
parent | d729f357190c94524b15c58017427fc9045d7987 [diff] [blame] |
install_helpers: add ldconfig step to install_ndncxx refs #3073 Change-Id: I51fb6f34bb5a6bb1a42a2f0807a8cb0548a2dc4c
diff --git a/install_helpers/install_ndncxx.py b/install_helpers/install_ndncxx.py index 150870c..94850be 100644 --- a/install_helpers/install_ndncxx.py +++ b/install_helpers/install_ndncxx.py
@@ -12,4 +12,5 @@ os.system("./waf -j1") os.system("sudo ./waf install") os.system("mkdir -p ~/.ndn") + os.system("sudo ldconfig") os.chdir("..")