libidn2: remove note about bootstrap from relnotes

This commit is contained in:
Tom G. Christensen 2019-03-23 18:02:43 +01:00
parent 78bcfcf055
commit 1b41d0a736

View File

@ -1,37 +0,0 @@
PACKAGE DETAILS
---------------
Name: %%PKGNAME%%
Version: %%SOURCE_AND_VER%%
Vendor: %%VENDOR%%
Packager: %%PKGEDBY%%
Source (sha1sum):
%%SOURCE_SHA1SUM%%
BUILD DETAILS
-------------
Compiler:
%%COMPILER%%
Environment:
%%ENVIRONMENT%%
Configure:
%%CONFIGURE%%
KNOWN DEPENDENCIES
------------------
%%DEPENDENCIES%%
ERRORS/MISCELLANEOUS
--------------------
The upstream release will not build on Solaris < 10 out of the box as it
requires a GNU compatible getopt function and a printf function that
understands %zu.
To work around this the source was re-bootstrapped from the 2.0.3 release tag
with the getopt-gnu and printf-posix modules added to bootstrap.conf.
The bootstrap was done on a Fedora Core 26/x86_64 system and the resulting
source archive was used to build this package.
Note that to make libidn2 and programs using it actually do IDNA mapping
correctly you must be using a locale with support for UTF-8.