Merge pull request #13638 from neheb/imgma
imagemagick: remove lto for GCC10
This commit is contained in:
commit
52bad86a53
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=imagemagick
|
PKG_NAME:=imagemagick
|
||||||
PKG_VERSION:=7.0.9
|
PKG_VERSION:=7.0.9
|
||||||
PKG_REVISION:=5
|
PKG_REVISION:=5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MAINTAINER:=Val Kulkov <val.kulkov@gmail.com>
|
PKG_MAINTAINER:=Val Kulkov <val.kulkov@gmail.com>
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REVISION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REVISION).tar.gz
|
||||||
|
@ -109,7 +109,7 @@ CONFIGURE_ARGS += \
|
||||||
--with-png \
|
--with-png \
|
||||||
--with-tiff
|
--with-tiff
|
||||||
|
|
||||||
TARGET_CFLAGS += -flto
|
TARGET_CFLAGS += $(if $(CONFIG_GCC_USE_VERSION_10),,-flto)
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
|
Loading…
Reference in a new issue