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>
Fri, 29 Mar 2019 15:47:56 +0000 (11:47 -0400)
commit9ee9a63590b793076a45c15d3abb4af57fe50eaf
treeb42ac9ddac52f1b0e737c5edd9ebe61d8c54bdf9
parentfccc6bdfd69cbed5ad5a019e9f9253e724b42a58
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.025375 seconds and 4 git commands to generate.