From 8c6a40b4f8cd57c96300c8b616b35f68704c1743 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 10 Jul 2005 15:06:24 +0000 Subject: Add some missing headers to STAGING_DIR, required to build php4 extension git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1399 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/postgresql/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/postgresql') diff --git a/package/postgresql/Makefile b/package/postgresql/Makefile index de021ba35..1f37bb752 100644 --- a/package/postgresql/Makefile +++ b/package/postgresql/Makefile @@ -95,6 +95,7 @@ $(IPKG_PGSQL_CLI): $(STAGING_DIR)/usr/lib/libpq.so: $(PKG_BUILD_DIR)/.built mkdir -p $(STAGING_DIR)/usr/include + cp -fpR $(PKG_INSTALL_DIR)/usr/include/libpq $(STAGING_DIR)/usr/include/ cp -fpR $(PKG_INSTALL_DIR)/usr/include/libpq-fe.h $(STAGING_DIR)/usr/include/ cp -fpR $(PKG_INSTALL_DIR)/usr/include/postgres_ext.h $(STAGING_DIR)/usr/include/ cp -fpR $(PKG_INSTALL_DIR)/usr/include/postgresql $(STAGING_DIR)/usr/include/ @@ -106,6 +107,7 @@ install-dev: $(STAGING_DIR)/usr/lib/libpq.so uninstall-dev: rm -rf \ + $(STAGING_DIR)/usr/include/libpq \ $(STAGING_DIR)/usr/include/libpq-fe.h \ $(STAGING_DIR)/usr/include/postgres_ext.h \ $(STAGING_DIR)/usr/include/postgresql \ -- cgit v1.2.3