From: <abe...@us...> - 2016-03-06 00:18:40
|
Revision: 7571 http://sourceforge.net/p/astlinux/code/7571 Author: abelbeck Date: 2016-03-06 00:18:38 +0000 (Sun, 06 Mar 2016) Log Message: ----------- pjsip, add 'util-linux' dependency for libuuid. Note upstream names this package 'libpjsip' Modified Paths: -------------- branches/1.0/package/pjsip/pjsip.mk Modified: branches/1.0/package/pjsip/pjsip.mk =================================================================== --- branches/1.0/package/pjsip/pjsip.mk 2016-03-03 17:56:47 UTC (rev 7570) +++ branches/1.0/package/pjsip/pjsip.mk 2016-03-06 00:18:38 UTC (rev 7571) @@ -35,4 +35,8 @@ PJSIP_CONF_OPT += --disable-ssl endif +ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y) +PJSIP_DEPENDENCIES += util-linux +endif + $(eval $(call AUTOTARGETS,package,pjsip)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |