root/trunk/freewrt/package/arpd/patches/patch-Makefile_in

Revision 1721, 460 bytes (checked in by wbx, 2 years ago)

fix build, libevent is used static, but --disable-static is active

Line 
1 $FreeWRT$
2 --- arpd.orig/Makefile.in       2003-02-09 19:31:27.000000000 +0100
3 +++ arpd/Makefile.in    2007-01-22 21:28:27.000000000 +0100
4 @@ -154,7 +154,7 @@ $(srcdir)/config.h.in: $(srcdir)/stamp-h
5                 $(MAKE) $(srcdir)/stamp-h.in; \
6         else :; fi
7  $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
8 -       cd $(top_srcdir) && $(AUTOHEADER)
9 +       #cd $(top_srcdir) && $(AUTOHEADER)
10         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
11  
12  mostlyclean-hdr:
Note: See TracBrowser for help on using the browser.