Browse Source

Clifford Wolf <clifford@clifford.at>:

- Fixed isdn4k-utils (link order)
- Fixed yp-tools (shared files with net-tools)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1727 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Clifford Wolf 21 years ago
parent
commit
3b99acfceb
3 changed files with 18 additions and 0 deletions
  1. +2
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +11
    -0
      package/base/isdn4k-utils/hotfixes.patch
  3. +5
    -0
      package/tsa/yp-tools/yp-tools.conf

+ 2
- 0
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)

+ 11
- 0
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@

+ 5
- 0
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,"'

Loading…
Cancel
Save