mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:55:01 +02:00
ghostscript: update to 9.02, fix build
This commit is contained in:
parent
f741694035
commit
601c607e91
@ -20,7 +20,7 @@ define Package/ghostscript
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=interpreter for the PostScript language and for PDF
|
TITLE:=interpreter for the PostScript language and for PDF
|
||||||
URL:=http://pages.cs.wisc.edu/~ghost/
|
URL:=http://pages.cs.wisc.edu/~ghost/
|
||||||
DEPENDS:=+libtiff $(ICONV_DEPENDS) +libpng +fontconfig +libfreetype @BUILD_NLS
|
DEPENDS:=+libtiff $(ICONV_DEPENDS) +libpng +fontconfig +libfreetype @BUILD_NLS +libidn
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ghostscript/description
|
define Package/ghostscript/description
|
||||||
@ -50,7 +50,7 @@ CONFIGURE_ARGS += \
|
|||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
EXTRALIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
EXTRALIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
||||||
$(ICONV_LDFLAGS) -L$(STAGING_DIR)/usr/lib \
|
$(ICONV_LDFLAGS) -L$(STAGING_DIR)/usr/lib \
|
||||||
-lfontconfig -lfreetype -ldl -liconv" \
|
-lfontconfig -lfreetype -ldl -liconv -lidn" \
|
||||||
COMPILE_INITS="0"
|
COMPILE_INITS="0"
|
||||||
|
|
||||||
define Package/ghostscript/install
|
define Package/ghostscript/install
|
||||||
|
Loading…
Reference in New Issue
Block a user