mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
update for idnkit
This commit is contained in:
parent
17a14e451d
commit
1e730144b4
1 changed files with 10 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Copyright (C) 2000-2002 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: release,v 1.55 2002/05/28 00:25:12 marka Exp $
|
||||
$Id: release,v 1.56 2003/07/22 06:03:54 marka Exp $
|
||||
|
||||
Preparing a bind9 release
|
||||
|
||||
|
|
@ -116,7 +116,7 @@ release.
|
|||
If all succeeded but some were offset or had fuzz, the patch will be
|
||||
regenerated at the end of this stage.
|
||||
|
||||
$ cd contrib/idn/mdnkit
|
||||
$ cd contrib/idn/idnkit-1.0-src
|
||||
[ Sample on netbsd ... ]
|
||||
$ CFLAGS=-I/usr/local/include ./configure '--with-iconv=-L/usr/local/lib -liconv'
|
||||
|
||||
|
|
@ -133,20 +133,20 @@ release.
|
|||
$ make
|
||||
... should cleanly compile
|
||||
$ make distclean
|
||||
$ rm -rf /tmp/mdn
|
||||
$ mkdir -p /tmp/mdn/lib /tmp/mdn/include
|
||||
$ mdn=contrib/idn/mdnkit
|
||||
$ cp $mdn/lib/.libs/libmdn.so* /tmp/mdn/lib
|
||||
$ cp -r $mdn/include/mdn /tmp/mdn/include
|
||||
$ ./configure --with-mdn=/tmp/mdn --with-iconv="-L/usr/local/lib -liconv"
|
||||
$ LD_LIBRARY_PATH=/usr/local/lib:/tmp/mdn/lib:/usr/lib make
|
||||
$ rm -rf /tmp/idn
|
||||
$ mkdir -p /tmp/idn/lib /tmp/idn/include
|
||||
$ idn=contrib/idn/idnkit-1.0-src
|
||||
$ cp $idn/lib/.libs/libidnkit.so* /tmp/idn/lib
|
||||
$ cp -r $idn/include/mdn $idn/include/idn /tmp/idn/include
|
||||
$ ./configure --with-idn=/tmp/idn --with-iconv="-L/usr/local/lib -liconv"
|
||||
$ LD_LIBRARY_PATH=/usr/local/lib:/tmp/idn/lib:/usr/lib make
|
||||
... should cleanly compile
|
||||
|
||||
[ Some tests will be added to bin/tests/system to validate operation. ]
|
||||
|
||||
Generate a fresh copy of the diffs:
|
||||
|
||||
$ patchd=$mdn/patch/bind9
|
||||
$ patchd=$idn/patch/bind9
|
||||
$ awk '/^\+\+\+ / {print $2}' $patchd/patch.most |
|
||||
while read i; do
|
||||
diff -u2 $i.orig $i
|
||||
|
|
|
|||
Loading…
Reference in a new issue