1
0
Fork 0

- removed IDN2_ALABEL_ROUNDTRIP_FAILED from grovel file for libidn2

This value  has been added lately  to the C library  and some system
  (reportedly:  Debian Buster)  ships an  old version  of the  library
  without this enumeration's value.

  I am commenting out the code, preventing grovel to process it for now.
This commit is contained in:
cage 2021-01-03 19:29:16 +01:00
parent 6b52bf6f63
commit ad10c2517d
1 changed files with 5 additions and 2 deletions

View File

@ -30,8 +30,11 @@
((:bidi "IDN2_BIDI"))
((:dot-in-label "IDN2_DOT_IN_LABEL"))
((:invalid-transitional "IDN2_INVALID_TRANSITIONAL"))
((:invalid-nontransitional "IDN2_INVALID_NONTRANSITIONAL"))
((:alabel-roundtrip-failed "IDN2_ALABEL_ROUNDTRIP_FAILED")))
((:invalid-nontransitional "IDN2_INVALID_NONTRANSITIONAL")))
;;; this value does not exists for old version of the library, removing
;;; to allow compilation on old system
;; ((:alabel-roundtrip-failed "IDN2_ALABEL_ROUNDTRIP_FAILED")))
(cenum (flags)
((:nfc-input "IDN2_NFC_INPUT"))