Merge pull request #510 from micmac1/fs-revert-pg-commit

freeswitch-stable: revert libpq pc file workaround
This commit is contained in:
micmac1 2020-03-21 10:16:25 +01:00 committed by GitHub
commit c5d27d5484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <sebastian_ml@gmx.net>
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 \