# -*-makefile-*- # # Copyright (C) 2013 by Marc Kleine-Budde # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # HOST_PACKAGES-$(PTXCONF_HOST_LIBCAP_NG) += host-libcap-ng # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- # # autoconf # HOST_LIBCAP_NG_CONF_TOOL := autoconf HOST_LIBCAP_NG_CONF_OPT := \ $(HOST_AUTOCONF) \ --without-debug \ --without-warn \ --without-python \ --without-python3 # needed for old glibc versions HOST_LIBCAP_NG_CONF_ENV := \ $(HOST_ENV) \ LDFLAGS="-lpthread" # vim: syntax=make