Browse Source

Merge pull request #16406 from neheb/gpgg

gnupg: remove the GCC if
lilik-openwrt-22.03
Rosen Penev 3 years ago
committed by GitHub
parent
commit
d96ae81d24
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/gnupg/Makefile

+ 2
- 2
utils/gnupg/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gnupg
PKG_VERSION:=1.4.23
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/gnupg
@ -87,7 +87,7 @@ CONFIGURE_ARGS += \
MAKE_FLAGS += \
SUBDIRS="m4 intl zlib util mpi cipher tools g10 keyserver ${checks}" \
TARGET_CFLAGS += $(if $(CONFIG_GCC_USE_VERSION_10),-DEXTERN_UNLESS_MAIN_MODULE=static)
TARGET_CFLAGS += -DEXTERN_UNLESS_MAIN_MODULE=static
define Package/gnupg/install
$(INSTALL_DIR) $(1)/usr/bin


Loading…
Cancel
Save