freeswitch-stable: revert libpq pc file workaround 510/head
authorSebastian Kemper <[email protected]>
Sat, 21 Mar 2020 08:44:49 +0000 (09:44 +0100)
committerSebastian Kemper <[email protected]>
Sat, 21 Mar 2020 08:44:51 +0000 (09:44 +0100)
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 <[email protected]>
net/freeswitch-stable/Makefile

index 3f6b77d229b13f84f1ad92f8e48e3ff09257877e..fd2d36a6173a917a069b4486b92b66ce25c6d270 100644 (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 <[email protected]>
 
 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 \