From a35838ebb2e3a4cf1fb340fa14a03e0838c947f5 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 30 Dec 2007 04:02:20 +0000 Subject: [PATCH] Remove unneeded bcopy/bzero caching git-svn-id: svn://svn.openwrt.org/openwrt/packages@10049 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/arpwatch/patches/001-no_bcopy.patch | 16 ---------------- utils/bash/Makefile | 4 +--- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 net/arpwatch/patches/001-no_bcopy.patch diff --git a/net/arpwatch/patches/001-no_bcopy.patch b/net/arpwatch/patches/001-no_bcopy.patch deleted file mode 100644 index 7f663a748..000000000 --- a/net/arpwatch/patches/001-no_bcopy.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -urN arpwatch-2.1a11/Makefile.in arpwatch-2.1a11.new/Makefile.in ---- arpwatch-2.1a11/Makefile.in 2000-06-15 02:39:55.000000000 +0200 -+++ arpwatch-2.1a11.new/Makefile.in 2007-12-30 03:59:03.000000000 +0100 -@@ -74,9 +74,9 @@ - - # We would like to say "OBJ = $(SRC:.c=.o)" but Ultrix's make cannot - # hack the extra indirection --OBJ = $(WSRC:.c=.o) $(SSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) @LIBOBJS@ --WOBJ = $(WSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) @LIBOBJS@ --SOBJ = $(SSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) @LIBOBJS@ -+OBJ = $(WSRC:.c=.o) $(SSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) #@LIBOBJS@ -+WOBJ = $(WSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) #@LIBOBJS@ -+SOBJ = $(SSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) #@LIBOBJS@ - HDR = arpwatch.h db.h dns.h ec.h file.h machdep.h report.h setsignal.h - - TAGHDR = \ diff --git a/utils/bash/Makefile b/utils/bash/Makefile index 7588117eb..a9058e513 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -39,9 +39,7 @@ define Build/Configure $(call Build/Configure/Default, \ --disable-restricted \ --without-bash-malloc \ - --bindir=/bin, \ - ac_cv_func_bcopy=yes \ - ac_cv_func_bzero=yes \ + --bindir=/bin \ ) endef -- 2.11.0