Browse Source
Merge pull request #8172 from val-kulkov/graphicsmagick-package
graphicsmagick: optimize compilation to reduce size
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
multimedia/graphicsmagick/Makefile
|
|
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=graphicsmagick |
|
|
|
PKG_VERSION:=1.3.31 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/GraphicsMagick-$(PKG_VERSION) |
|
|
|
PKG_SOURCE:=GraphicsMagick-$(PKG_VERSION).tar.bz2 |
|
|
@ -72,6 +72,8 @@ CONFIGURE_ARGS += \ |
|
|
|
--without-zstd \
|
|
|
|
--without-x |
|
|
|
|
|
|
|
TARGET_CFLAGS += -flto |
|
|
|
|
|
|
|
define Build/InstallDev |
|
|
|
$(INSTALL_DIR) $(1)/usr/include |
|
|
|
$(CP) \
|
|
|
|