Skip to content

Commit

Permalink
Explicitly run ldconfig after "make install".
Browse files Browse the repository at this point in the history
This might address Issue #153.

(cherry picked from commit 72d4105)
Signed-off-by: Bruce A. Mah <bmah@es.net>
  • Loading branch information
bmah888 committed May 12, 2014
1 parent b2c95da commit 516af58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile.am
Expand Up @@ -76,3 +76,6 @@ TESTS = \
t_uuid

dist_man_MANS = iperf3.1 libiperf.3

install-exec-hook:
ldconfig

0 comments on commit 516af58

Please sign in to comment.