mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-26 10:40:22 +02:00
Add some missing headers to STAGING_DIR, required to build php4 extension
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1399 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ecfd7bce77
commit
4892ba62ef
@ -95,6 +95,7 @@ $(IPKG_PGSQL_CLI):
|
|||||||
|
|
||||||
$(STAGING_DIR)/usr/lib/libpq.so: $(PKG_BUILD_DIR)/.built
|
$(STAGING_DIR)/usr/lib/libpq.so: $(PKG_BUILD_DIR)/.built
|
||||||
mkdir -p $(STAGING_DIR)/usr/include
|
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/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/postgres_ext.h $(STAGING_DIR)/usr/include/
|
||||||
cp -fpR $(PKG_INSTALL_DIR)/usr/include/postgresql $(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:
|
uninstall-dev:
|
||||||
rm -rf \
|
rm -rf \
|
||||||
|
$(STAGING_DIR)/usr/include/libpq \
|
||||||
$(STAGING_DIR)/usr/include/libpq-fe.h \
|
$(STAGING_DIR)/usr/include/libpq-fe.h \
|
||||||
$(STAGING_DIR)/usr/include/postgres_ext.h \
|
$(STAGING_DIR)/usr/include/postgres_ext.h \
|
||||||
$(STAGING_DIR)/usr/include/postgresql \
|
$(STAGING_DIR)/usr/include/postgresql \
|
||||||
|
Loading…
Reference in New Issue
Block a user