syslinux: install helper programs to the host
[buildroot-gz.git] / package / ngrep / ngrep-0001-make-objs.patch
blob8b55e3f45609a0482c35b8a94f0c3be4692724fe
1 ngrep: don't include regex objects since we're using pcre
3 Signed-off-by: Wade Berrier <wberrier@gmail.com>
5 --- ngrep-1.45/Makefile.in.orig 2006-11-28 06:35:37.000000000 -0700
6 +++ ngrep-1.45/Makefile.in 2011-06-29 14:05:27.000000000 -0600
7 @@ -32,13 +32,13 @@
9 INSTALL = ./install-sh
11 -REGEX_DIR=@REGEX_DIR@
12 -REGEX_OBJS=@REGEX_OBJS@
13 +REGEX_DIR=
14 +REGEX_OBJS=
17 all: $(TARGET)
19 -$(TARGET): $(REGEX_OBJS) $(OBJS)
20 +$(TARGET): $(OBJS)
21 $(CC) $(CFLAGS) $(LDFLAGS) $(STRIPFLAG) -o $(TARGET) $(OBJS) $(REGEX_OBJS) $(LIBS)
23 debug: $(REGEX_OBJS) $(OBJS)