Merge pull request #262 from micmac1/master

PR: yate follow-up and a bit of kamailio
This commit is contained in:
Jiri Slachta 2018-02-04 14:00:39 +01:00 committed by GitHub
commit 7a606b0632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -57,7 +57,7 @@ define Package/kamailio5/install
$(PKG_INSTALL_DIR)/usr/sbin/kam{ailio,cmd,ctl,dbctl} \
$(1)/usr/sbin/
$(INSTALL_DIR) $(1)/usr/lib/kamailio/modules
$(INSTALL_BIN) \
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/kamailio/lib*.so* \
$(1)/usr/lib/kamailio/
$(INSTALL_DIR) $(1)/etc/kamailio

View file

@ -83,9 +83,6 @@ define Package/$(PKG_NAME)-collection-basic
TITLE := Basic Yate Server
endef
# Otherwise yate ignores CPPFLAGS
TARGET_CFLAGS += $(TARGET_CPPFLAGS)
CONFIGURE_ARGS+= \
$(if $(CONFIG_x86_64),--enable-sse2) \
--disable-sctp \