]> granicus.if.org Git - strace/commit
build: rewrite libdw detection without pkg-config
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 5 May 2018 14:38:38 +0000 (14:38 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 5 May 2018 14:38:38 +0000 (14:38 +0000)
commitc9ace844ba2adde13a2f7f1d353f38853717426c
treeea7a6f259fe3d292ec20e90ec0c516bb0f8202f5
parentee5d88c5b6a1060889dc4d922c3840a6fb46852d
build: rewrite libdw detection without pkg-config

pkg-config expected to be more convenient way to configure libdw,
but in practice it appeared to be less portable than good old
AC_CHECK_HEADERS and AC_CHECK_LIB.

* ci/install-dependencies.sh (common_packages): Remove pkg-config.
(STACKTRACE == "libdw"): Do not install libz-dev and liblzma-dev.
* debian/control (Build-Depends): Remove pkg-config.
* m4/st_libdw.m4 (st_ARG_LIBDW, st_LIBDW): Rewrite without pkg-config.
ci/install-dependencies.sh
debian/control
m4/st_libdw.m4