mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
stunc: 1.1.10
This commit is contained in:
parent
d225c215ee
commit
c19ee4f050
1 changed files with 2 additions and 5 deletions
|
|
@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=stunc
|
PKG_NAME:=stunc
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_VERSION:=1.1.9
|
PKG_VERSION:=1.1.10
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/stunc.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/stunc.git
|
||||||
PKG_SOURCE_VERSION:=ed0a4d88f4c42ab452eb8a84705598a297261f49
|
PKG_SOURCE_VERSION:=5b8e79ee1287c5ca043ed4dbce75104ff14254ed
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
endif
|
endif
|
||||||
|
|
@ -64,19 +64,16 @@ TARGET_CFLAGS += \
|
||||||
-Wall -Werror
|
-Wall -Werror
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),wolfssl)
|
ifeq ($(BUILD_VARIANT),wolfssl)
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/wolfssl
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
USE_WOLFSSL="yes"
|
USE_WOLFSSL="yes"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),mbedtls)
|
ifeq ($(BUILD_VARIANT),mbedtls)
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/mbedtls
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
USE_MBEDTLS="yes"
|
USE_MBEDTLS="yes"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),openssl)
|
ifeq ($(BUILD_VARIANT),openssl)
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
USE_OPENSSL="yes"
|
USE_OPENSSL="yes"
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue