diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index bbc750304..704aa0470 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -4,6 +4,8 @@ - Clifford Wolf: added Check-Deps-3 and added a dependency-counter to Create-ErrList fixed bacterium_gui in bacterium package for newer gnu linker + fixed isdn4k-utils (link order) + fixed yp-tools (shared files with net-tools) *) 2003-11-09 (2.0.0-rc2 - 2.0.0-rc3) diff --git a/package/base/isdn4k-utils/hotfixes.patch b/package/base/isdn4k-utils/hotfixes.patch index a7beae1ce..51def8afb 100644 --- a/package/base/isdn4k-utils/hotfixes.patch +++ b/package/base/isdn4k-utils/hotfixes.patch @@ -71,3 +71,14 @@ @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ +--- ./vbox/src/Makefile.in.orig 2003-11-09 17:51:06.153812824 +0100 ++++ ./vbox/src/Makefile.in 2003-11-09 17:50:50.805146176 +0100 +@@ -7,7 +7,7 @@ + # stuff by hand. # + #----------------------------------------------------------------------------# + +-NCURSES_LIBS = @LINK_NCURSES_LIBS@ ++NCURSES_LIBS = @LINK_NCURSES_LIBS@ -lncurses + NCURSES_HAVE = @HAVE_NCURSES_PACK@ + + TCL_LIBS = @LINK_TCL_LIBS@ diff --git a/package/tsa/yp-tools/yp-tools.conf b/package/tsa/yp-tools/yp-tools.conf new file mode 100644 index 000000000..8dada981d --- /dev/null +++ b/package/tsa/yp-tools/yp-tools.conf @@ -0,0 +1,5 @@ + +# avoid a shared-files conflict with net-tools +var_append INSTALL_WRAPPER_FILTER "|" \ + 'sed -e "s,bin/\(nis\|yp\|\)\(domainname\)$,bin/yp-\1\2,"' +