From 9cff8aecfd6520f51cfc8099c069799ab65e1866 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 7 Mar 2020 09:58:24 +0100 Subject: [PATCH] freeswitch-stable: use pg_config for now libpq's pkg-config file is currently broken. Use pg_config instead. Signed-off-by: Sebastian Kemper --- net/freeswitch-stable/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index ee332c7..3f6b77d 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PRG_NAME:=freeswitch PKG_NAME:=$(PRG_NAME)-stable PKG_VERSION:=1.10.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Sebastian Kemper PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).-release.tar.xz @@ -674,6 +674,11 @@ endif CONFIGURE_ARGS+= \ --without-pgsql +# libpq pkg-config file is broken, see +# https://github.com/openwrt/packages/pull/11507 +CONFIGURE_ARGS+= \ + --disable-core-pgsql-pkgconfig + # Don't want host-php CONFIGURE_VARS+= \ ac_cv_have_php=no \ -- 2.30.2