projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70fa153
)
freeswitch: add missing item to PKG_CONFIG_DEPENDS
706/head
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Sun, 7 Nov 2021 19:26:25 +0000
(20:26 +0100)
committer
Sebastian Kemper
<sebastian_ml@gmx.net>
Sun, 7 Nov 2021 19:26:27 +0000
(20:26 +0100)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch/Makefile
patch
|
blob
|
history
diff --git
a/net/freeswitch/Makefile
b/net/freeswitch/Makefile
index a3db3dc039e3be119480aeaa86be3369570414ef..411374c7d98339b9b92b682c88baa99849908c64 100644
(file)
--- a/
net/freeswitch/Makefile
+++ b/
net/freeswitch/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=freeswitch
PKG_VERSION:=1.10.7
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
PKG_SOURCE:=freeswitch-$(PKG_VERSION).-release.tar.xz
@@
-218,6
+218,7
@@
PKG_CONFIG_DEPENDS:= \
CONFIG_FS_WITH_DEBUG \
CONFIG_FS_WITH_FREETYPE \
CONFIG_FS_WITH_LIBYUV \
+ CONFIG_FS_WITH_MODCONF \
CONFIG_FS_WITH_ODBC \
CONFIG_FS_WITH_PNG \
CONFIG_FS_WITH_SRTP \