build: Do not override the default DEPENDENCIES for libbsd

Extend it instead via EXTRA_*_DEPENDENCIES, to make sure that we
preserve the builtin library dependencies generated from LIBADD.
This commit is contained in:
Guillem Jover 2023-04-11 03:02:30 +02:00
parent a5faf17090
commit ae7942ba6d

View File

@ -50,7 +50,7 @@ pkgconfig_DATA += libbsd-ctor.pc
lib_LIBRARIES += libbsd-ctor.a lib_LIBRARIES += libbsd-ctor.a
endif endif
libbsd_la_DEPENDENCIES = \ EXTRA_libbsd_la_DEPENDENCIES = \
$(libbsd_la_included_sources) \ $(libbsd_la_included_sources) \
libbsd.map \ libbsd.map \
# EOL # EOL