logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: d227511f21a0f8997b357c559b15e6e1e298225b
parent dee695fa00e3cc7a4970bd6d3f23e86d1d11df1d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  4 Feb 2022 15:18:24 +0100

configure: Fix filtering libbsd targets

Diffstat:

Mconfigure4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure @@ -131,8 +131,8 @@ then LIBBSD_CFLAGS="$("${PKGCONFIG}" --cflags libbsd-overlay) -DHAVE_LIBBSD" LIBBSD_LIBS="$("${PKGCONFIG}" --libs libbsd-overlay)" else - echo 'bin/strings.c' >> bin/target_filter ; or_die # strtonum - echo 'bin/humanize.c' >> bin/target_filter; or_die # humanize_number + echo 'strings.c' >> bin/target_filter || exit 1 # strtonum + echo 'humanize.c' >> bin/target_filter || exit 1 # humanize_number fi echo