mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
package/tinydtls/tinydtls.mk
Normal file
17
package/tinydtls/tinydtls.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# tinydtls
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TINYDTLS_REL = r5
|
||||
TINYDTLS_VERSION = 0.8.2
|
||||
TINYDTLS_SITE = http://downloads.sourceforge.net/project/tinydtls/$(TINYDTLS_REL)
|
||||
TINYDTLS_LICENSE = MIT
|
||||
TINYDTLS_LICENSE_FILES = tinydtls.h
|
||||
TINYDTLS_INSTALL_STAGING = YES
|
||||
TINYDTLS_STRIP_COMPONENTS = 2
|
||||
# use inttypes.h data types instead of u_intXX_t for musl compatibility
|
||||
TINYDTLS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -DSHA2_USE_INTTYPES_H"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user