add missing pg_config.h header to staging_dir, required to build php5 extension
SVN-Revision: 1737
This commit is contained in:
parent
778c67ae85
commit
c3625bfc7f
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,7 @@ $(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 $(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/pg_config.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/
|
||||||
mkdir -p $(STAGING_DIR)/usr/lib
|
mkdir -p $(STAGING_DIR)/usr/lib
|
||||||
|
@ -109,6 +110,7 @@ uninstall-dev:
|
||||||
rm -rf \
|
rm -rf \
|
||||||
$(STAGING_DIR)/usr/include/libpq \
|
$(STAGING_DIR)/usr/include/libpq \
|
||||||
$(STAGING_DIR)/usr/include/libpq-fe.h \
|
$(STAGING_DIR)/usr/include/libpq-fe.h \
|
||||||
|
$(STAGING_DIR)/usr/include/pg_config.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 \
|
||||||
$(STAGING_DIR)/usr/lib/libpq.{a,so*} \
|
$(STAGING_DIR)/usr/lib/libpq.{a,so*} \
|
||||||
|
|
Loading…
Reference in a new issue