Merge pull request #504 from micmac1/pg-fs
freeswitch-stable: use pg_config for now
This commit is contained in:
commit
2d17fc0295
1 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PRG_NAME:=freeswitch
|
PRG_NAME:=freeswitch
|
||||||
PKG_NAME:=$(PRG_NAME)-stable
|
PKG_NAME:=$(PRG_NAME)-stable
|
||||||
PKG_VERSION:=1.10.2
|
PKG_VERSION:=1.10.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
|
PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
|
||||||
|
|
||||||
PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).-release.tar.xz
|
PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).-release.tar.xz
|
||||||
|
@ -674,6 +674,11 @@ endif
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--without-pgsql
|
--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
|
# Don't want host-php
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
ac_cv_have_php=no \
|
ac_cv_have_php=no \
|
||||||
|
|
Loading…
Reference in a new issue