File netpbm-10.26.44.dif of Package netpbm
--- Makefile.config.in
+++ Makefile.config.in
@@ -78,7 +78,7 @@
#OSF1:
#INSTALL = $(SRCDIR)/buildtools/installosf
#Red Hat Linux:
-#INSTALL = install
+INSTALL = install
# STRIPFLAG is the option you pass to the above install program to make it
# strip unnecessary information out of binaries.
@@ -218,9 +218,9 @@
# copy of Pbmtext used 16K less real memory when built with -fpic than
# when built without. 2001.06.02.
-CFLAGS_SHLIB =
+# CFLAGS_SHLIB =
# Solaris or SunOS with gcc, and NetBSD:
-#CFLAGS_SHLIB = -fpic
+CFLAGS_SHLIB = -fPIC
#CFLAGS_SHLIB = -fPIC
# Sun compiler:
#CFLAGS_SHLIB = -Kpic
@@ -288,7 +288,7 @@
# The TIFF library. See above. If you want to build the tiff
# converters, you must have the tiff library already installed.
-TIFFLIB = NONE
+TIFFLIB = libtiff.so
TIFFHDR_DIR =
#TIFFLIB = libtiff.so
@@ -318,7 +318,7 @@
# JPEG stuff statically linked in, in which case you won't need
# JPEGLIB in order to build the Tiff converters.
-JPEGLIB = NONE
+JPEGLIB = libjpeg.so
JPEGHDR_DIR =
#JPEGLIB = libjpeg.so
#JPEGHDR_DIR = /usr/include/jpeg
@@ -342,7 +342,7 @@
# with names that include a version number, such as libpng10.a and header
# files in /usr/include/libpng10.
# option.
-PNGLIB = NONE
+PNGLIB = libpng.so
PNGHDR_DIR =
PNGVER =
#PNGLIB = libpng$(PNGVER).so
@@ -359,7 +359,7 @@
# NONE for the PNG library, it doesn't matter what you specify here --
# it won't get used.
-ZLIB = NONE
+ZLIB = libz.so
ZHDR_DIR =
#ZLIB = libz.so