buildroot-external/package/pa-config: fix build

35dea785ef/Makefile (L386)
unsets PKG_CONFIG_PATH which is needed by `pkg-config` tool used in this package.
This commit is contained in:
Val Orekhov 2023-06-05 13:47:13 -04:00
parent 655f04c387
commit bc0638ff6f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PA_VOLUME_VERSION = cfbff58992f6ca091c4c5784a6eb25bc422d7ae8
PA_VOLUME_SITE = $(call github,rhaas80,pa_volume,$(PA_VOLUME_VERSION))
define PA_VOLUME_BUILD_CMDS
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
endef
define PA_VOLUME_INSTALL_TARGET_CMDS