mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-01 00:57:20 +01:00
- 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:
parent
6b52bf6f63
commit
ad10c2517d
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user