Browse Source

Merge pull request #12288 from neheb/tasn

libtasn1: fix host build under old GCC
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 4 years ago
committed by GitHub
parent
commit
5506decc3f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/libtasn1/Makefile

+ 1
- 0
libs/libtasn1/Makefile View File

@ -39,6 +39,7 @@ define Package/libtasn1/description
Distinguish Encoding Rules (DER) manipulation.
endef
HOST_CFLAGS += -std=gnu99
TARGET_CFLAGS += -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections


Loading…
Cancel
Save