mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			684 B
		
	
	
	
		
			Makefile
		
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			684 B
		
	
	
	
		
			Makefile
		
	
	
| ################################################################################
 | |
| #
 | |
| # libsrtp-openipc
 | |
| #
 | |
| ################################################################################
 | |
| 
 | |
| LIBSRTP_OPENIPC_VERSION = bd0f27ec0e299ad101a396dde3f7c90d48efc8fc
 | |
| LIBSRTP_OPENIPC_SITE = https://github.com/cisco/libsrtp.git
 | |
| LIBSRTP_OPENIPC_SITE_METHOD = git
 | |
| LIBSRTP_OPENIPC_INSTALL_STAGING = YES
 | |
| LIBSRTP_OPENIPC_LICENSE = BSD-3-Clause
 | |
| LIBSRTP_OPENIPC_LICENSE_FILES = LICENSE
 | |
| LIBSRTP_OPENIPC_CPE_ID_VENDOR = cisco
 | |
| 
 | |
| LIBSRTP_OPENIPC_CONF_OPTS = \
 | |
| 	-DENABLE_OPENSSL=OFF \
 | |
| 	-DBUILD_SHARED_LIBS=OFF \
 | |
| 	-DCMAKE_BUILD_TYPE:STRING=Release
 | |
| 
 | |
| LIBSRTP_OPENIPC_MAKE_OPTS += VERBOSE=1
 | |
| 
 | |
| $(eval $(cmake-package))
 |