From 3d695cd4be100477a16cab657e41ee9416619fe7 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 24 Aug 2014 00:54:25 +0000 Subject: Use libopt to convert libvga.so into -lvga so build of ppmsvgalib works git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2253 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- doc/HISTORY | 4 ++++ other/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/HISTORY b/doc/HISTORY index 3a20ccf6..d5e461fc 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -22,6 +22,10 @@ not yet BJH Release 10.68.00 Build: fix bug which prevents JBIG converters from building with internal JBIG library. Introduced in 10.67.00. + Build: fix bug which makes build of Ppmsvga fail (which is + attempted only on a system with libvga). Introduced in Netpbm + 10.63 (June 2013) + 14.06.29 BJH Release 10.67.00 sgitopnm: add ability to convert 2-channel SGI image. diff --git a/other/Makefile b/other/Makefile index 33c52a00..5acd7578 100644 --- a/other/Makefile +++ b/other/Makefile @@ -50,7 +50,7 @@ all: $(BINARIES) $(SUBDIRS:%=%/all) include $(SRCDIR)/common.mk -ppmsvgalib: LDFLAGS_TARGET = $(LINUXSVGALIB) +ppmsvgalib: LDFLAGS_TARGET = $(shell $(LIBOPT) $(LINUXSVGALIB)) install.bin: install.bin.local .PHONY: install.bin.local -- cgit 1.4.1