Re: [OpenWrt-Devel] [PATCH] Apache with modules 1/3 libapr

2008-07-25 Thread Andy Boyett
Michael Geddes wrote: define Build/InstallDev - $(CP) $(PKG_INSTALL_DIR)/usr/bin/apr-1-config \ - $(1)/usr/bin/ . + $(CP) $(PKG_INSTALL_DIR)/usr/bin/apr-1-config*$(1)/usr/bin || true I know the previous line used $(CP), but $(INSTALL_BIN) should be used (unless

[OpenWrt-Devel] [PATCH] Apache with modules 1/3 libapr

2008-07-13 Thread Michael Geddes
I have previously submitted patches to allow both static and module versions of apache. These patches supersede the previous one. This set starts off with patches to libapr to support Apache with modules rather than static. With modules, it is more versatile, and more compact for a required