Enforce DL_LIBS value instead of hard coded -ldl
authorYannick Lamarre <ylamarre@efficios.com>
Fri, 22 Feb 2019 19:33:38 +0000 (14:33 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 28 Mar 2019 19:52:47 +0000 (15:52 -0400)
commitb6151646d77a70cd8054543c07924c840646950b
treeec0ee7b5698b8fee927cc7284ad7ff80b423d1a1
parentf541e7719eb04ca3795209da2642419414d26709
Enforce DL_LIBS value instead of hard coded -ldl

Generated makefiles would ignore DL_LIBS value selected by configure
script and use the hard coded value -ldl. Generated makefiles will
now use DL_LIBS.

Refs: #1165

Signed-off-by: Yannick Lamarre <ylamarre@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/testpoint/Makefile.am
tests/regression/ust/baddr-statedump/Makefile.am
tests/regression/ust/ust-dl/Makefile.am
tests/utils/testapp/userspace-probe-sdt-binary/Makefile.am
This page took 0.026788 seconds and 5 git commands to generate.