X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=openwrt%2Fpackage%2Fpostgresql%2FMakefile;h=1f37bb75278df50c20049aa2d1eb3922a06feab2;hb=c39fc2c06f5c6c9af986c0877099656a54c4cb9c;hp=de021ba35b23fcfcffe8c69f7eee79a2b3e33564;hpb=877725e4c225b364b4d01959c9aa6ce35fab4675;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/openwrt/package/postgresql/Makefile b/openwrt/package/postgresql/Makefile index de021ba35b..1f37bb7527 100644 --- a/openwrt/package/postgresql/Makefile +++ b/openwrt/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 \