diff options
author | tv <tv@pkgsrc.org> | 1998-07-20 15:51:29 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-20 15:51:29 +0000 |
commit | d9b14f87bca564987cdeb3de0263be658dd33bfd (patch) | |
tree | b44da131f6bed34fb6a19fdcc703e1651166ce0a /graphics/tiff/files | |
parent | 3dd8f720fd90802bb5d3ee37061acf795e1fa2cc (diff) | |
download | pkgsrc-d9b14f87bca564987cdeb3de0263be658dd33bfd.tar.gz |
Use libtool to create the shared library. Strip binaries using
BSD_INSTALL_PROGRAM.
Diffstat (limited to 'graphics/tiff/files')
-rw-r--r-- | graphics/tiff/files/config.site | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/tiff/files/config.site b/graphics/tiff/files/config.site index 9f31b08cee1..e5839e81a13 100644 --- a/graphics/tiff/files/config.site +++ b/graphics/tiff/files/config.site @@ -5,6 +5,7 @@ DIR_GZLIB=/usr/lib DIR_INC=$PREFIX/include DIR_JPEGLIB=$PREFIX/lib DIR_MAN=$PREFIX/man +DSO=no INSTALL= JPEG=yes MANSCHEME=bsd-source-strip |