mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
807 B

  1. On stage 1 there is no libdb.so, then we can't build arpd.
  2. - Alejandro Mery
  3. --- ./misc/Makefile.orig 2003-12-20 18:03:12.000000000 -0300
  4. +++ ./misc/Makefile 2003-12-20 18:04:02.000000000 -0300
  5. @@ -6,7 +6,7 @@
  6. RTSTATOBJ=rtstat.o
  7. ALLOBJ=$(SSOBJ) $(NSTATOBJ) $(IFSTATOBJ) $(RTACCTOBJ) $(ARPDOBJ) $(RTSTATOBJ)
  8. -TARGETS=ss nstat ifstat rtacct arpd rtstat
  9. +TARGETS=ss nstat ifstat rtacct rtstat
  10. all: $(TARGETS)
  11. --- ./Makefile.orig 2002-10-19 15:06:45.000000000 -0300
  12. +++ ./Makefile 2003-12-20 18:56:16.000000000 -0300
  13. @@ -31,7 +31,7 @@
  14. endif
  15. endif
  16. ifeq ($(LIBC_INCLUDE)/bits/socket.h,$(wildcard $(LIBC_INCLUDE)/bits/socket.h))
  17. - GLIBCFIX=-I../include-glibc -I/usr/include/db3 -include ../include-glibc/glibc-bugs.h
  18. + GLIBCFIX=-I../include-glibc -include ../include-glibc/glibc-bugs.h
  19. endif