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.lede-project.org./?a=commitdiff_plain;h=b89f524b5fb4c70224ad9e7089f9dce08d484e14;p=openwrt%2Fsvn-archive%2Fpackages.git 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 bea09a694..f65154f1e 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