Browse Source

Merge pull request #7922 from daniel-santos/classpath

classpath: Fix breakage caused by -Werror=implicit-fallthrough
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
2b80a91ecb
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/classpath/Makefile

+ 1
- 0
libs/classpath/Makefile View File

@ -50,6 +50,7 @@ define Download/antlr
endef
$(eval $(call Download,antlr))
EXTRA_CFLAGS += -Wno-error=implicit-fallthrough
CONFIGURE_ARGS += \
--with-gmp="$(STAGING_DIR)/usr" \
--without-x \


Loading…
Cancel
Save