Hi,

I'm trying to build bind 9.18.2 with the contrib modules, but this fails for contrib/dlz/modules/wildcard.

Without any modifications to the spec file used for 9.18.1, it fails because it does not have "FALLTHROUGH" and "UNREACHABLE()", whose use is new in 9.18.2, defined.

I tried to solve this by including <isc/util.h> and adding "-I../../../../lib/isc/include" to the CFLAGS in the Makefile but that then fails because the modules have a simpler definition of "isc_result_t"

My code to build the modules is:
# special build for the plugins
for d in contrib/dlz/modules/*; do
        [ -e $d/Makefile ] && make -C $d
done

Any tips/hints what I'm doing wrong?

Thanks in advance,

Josef
--
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5
90409 Nürnberg
Germany

(HRB 36809, AG Nürnberg)
Geschäftsführer: Ivo Totev
--
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to