From 3c3c7027835cd20c4270458c5a2fc10ef6bd1525 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Mon, 4 Apr 2016 16:24:46 +0200 Subject: [PATCH] pjproject: update to 2.4.5 Signed-off-by: Jiri Slachta --- libs/pjproject/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/pjproject/Makefile b/libs/pjproject/Makefile index f02af26..2d4cbd6 100644 --- a/libs/pjproject/Makefile +++ b/libs/pjproject/Makefile @@ -1,6 +1,6 @@ # -# Copyright (C) 2015 OpenWrt.org -# Copyright (C) 2015 Cesnet, z.s.p.o. +# Copyright (C) 2016 OpenWrt.org +# Copyright (C) 2016 Cesnet, z.s.p.o. # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pjproject -PKG_VERSION:=2.4 +PKG_VERSION:=2.4.5 PKG_RELEASE:=1 PKG_SOURCE:=pjproject-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.pjsip.org/release/$(PKG_VERSION)/ -PKG_MD5SUM:=39629ca3fcedbdc7dbd8c5a707060095 +PKG_MD5SUM:=f58b3485977b3a700256203a554b3869 PKG_INSTALL:=1 PKG_FIXUP:=autoreconf @@ -36,7 +36,7 @@ endef define Package/pjproject/install/lib $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/$(2).so* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/$(2).so* $(1)/usr/lib/ endef define PJSIPpackage