From: Felix Fietkau Date: Sun, 28 Sep 2008 09:20:20 +0000 (+0000) Subject: install apache includes into usr/include/apache instead of usr/include - fixes xf86... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=815540de26d16cfda6a7c87978a5172c90362353;hp=7b34d37ec7a78b94262d30630f580d34163b9004 install apache includes into usr/include/apache instead of usr/include - fixes xf86-video-geode compile (and possibly others as well) SVN-Revision: 12758 --- diff --git a/net/apache/Makefile b/net/apache/Makefile index bea09a694e..f65154f1e0 100644 --- a/net/apache/Makefile +++ b/net/apache/Makefile @@ -119,9 +119,9 @@ define Build/InstallDev mkdir -p $(1)/etc $(CP) $(PKG_INSTALL_DIR)/etc/* \ $(1)/etc - mkdir -p $(1)/usr/include + mkdir -p $(1)/usr/include/apache $(CP) $(PKG_INSTALL_DIR)/usr/include/* \ - $(1)/usr/include + $(1)/usr/include/apache mkdir -p $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/httpd.exp \ $(1)/usr/lib