From 9e16abbcded1de04065125fafa24b6aef04e4799 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 21 Mar 2020 09:44:49 +0100 Subject: [PATCH] freeswitch-stable: revert libpq pc file workaround The libpq pkg-config file has been fixed in packages, so we can revert the commit that introduced the workaround. Signed-off-by: Sebastian Kemper --- net/freeswitch-stable/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index 3f6b77d..fd2d36a 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:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Sebastian Kemper PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).-release.tar.xz @@ -674,11 +674,6 @@ 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