mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 10:39:41 +02:00
gs, small fix
This commit is contained in:
parent
728d37ccb0
commit
484b030555
@ -48,7 +48,9 @@ CONFIGURE_ARGS += \
|
||||
--without-jasper
|
||||
|
||||
MAKE_FLAGS += \
|
||||
EXTRALIBS="$(ICONV_LDFLAGS) -L$(STAGING_DIR)/usr/lib -lfontconfig -lfreetype -ldl -Wl,-rpath-link=$(STAGING_DIR)/usr/lib" \
|
||||
EXTRALIBS="-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
||||
$(ICONV_LDFLAGS) -L$(STAGING_DIR)/usr/lib \
|
||||
-lfontconfig -lfreetype -ldl -liconv" \
|
||||
COMPILE_INITS="0"
|
||||
|
||||
define Package/ghostscript/install
|
||||
|
Loading…
Reference in New Issue
Block a user