]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Do not build the progname module if it is not needed
authorGuillem Jover <guillem@hadrons.org>
Sat, 22 Apr 2023 18:47:20 +0000 (20:47 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sat, 29 Jul 2023 18:11:53 +0000 (20:11 +0200)
commitcf61ebb8455aa96b69dde1d19b1d09b17c0bd1e7
tree7158d233db171d60154afaf5e2e80e82af0317c7
parent73b25a8f871b3a20f6ff76679358540f95d7dbfd
build: Do not build the progname module if it is not needed

This was made conditional, but the code part was accidentally left
untouched due to having ported it locally to use __progname, which
caused build failures on the stock repo.

Fixes: commit 046621d7967e7a0f08ae988bcf7e4cd1b6cf204c
src/Makefile.am