Browse Source

Merge pull request #4180 from michael-dev/features/libpq-pkgconfig-files

postgresql: InstallDev pkg-config files for libpq
lilik-openwrt-22.03
Daniel Golle 7 years ago
committed by GitHub
parent
commit
9a5e39ba7c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libs/postgresql/Makefile

+ 2
- 0
libs/postgresql/Makefile View File

@ -238,6 +238,8 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/postgresql $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpq.{a,so*} $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libpq.pc $(1)/usr/lib/pkgconfig/
endef
$(eval $(call HostBuild))


Loading…
Cancel
Save