From: <abe...@us...> - 2015-06-06 16:10:55
|
Revision: 7101 http://sourceforge.net/p/astlinux/code/7101 Author: abelbeck Date: 2015-06-06 16:10:52 +0000 (Sat, 06 Jun 2015) Log Message: ----------- libsodium, build with 'enable-minimal' which is all dnscrypt-proxy requires Modified Paths: -------------- branches/1.0/package/libsodium/libsodium.mk Modified: branches/1.0/package/libsodium/libsodium.mk =================================================================== --- branches/1.0/package/libsodium/libsodium.mk 2015-06-06 00:13:32 UTC (rev 7100) +++ branches/1.0/package/libsodium/libsodium.mk 2015-06-06 16:10:52 UTC (rev 7101) @@ -9,6 +9,8 @@ LIBSODIUM_INSTALL_STAGING = YES +LIBSODIUM_CONF_OPT = --enable-minimal + define LIBSODIUM_INSTALL_TARGET_CMDS cp -a $(STAGING_DIR)/usr/lib/libsodium.so* $(TARGET_DIR)/usr/lib/ endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |