Move all to deprecated folder.
This commit is contained in:
17
deprecated/firmware/buildroot/package/libsodium/libsodium.mk
Normal file
17
deprecated/firmware/buildroot/package/libsodium/libsodium.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# libsodium
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSODIUM_VERSION = 1.0.6
|
||||
LIBSODIUM_SITE = https://download.libsodium.org/libsodium/releases
|
||||
LIBSODIUM_LICENSE = ISC
|
||||
LIBSODIUM_LICENSE_FILES = LICENSE
|
||||
LIBSODIUM_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_arc),y)
|
||||
LIBSODIUM_CONF_OPTS += --disable-pie
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user