pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lzlib: enabled shared library.
Module Name: pkgsrc-wip
Committed By: Aleksej Lebedev <root%zta.lk@localhost>
Pushed By: zhtw
Date: Thu Nov 7 13:41:03 2019 +0100
Changeset: 09e3cede4e7cc51cd4eebb13c0c2f3bb3a8aaab0
Modified Files:
lzlib/Makefile
lzlib/PLIST
Log Message:
lzlib: enabled shared library.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=09e3cede4e7cc51cd4eebb13c0c2f3bb3a8aaab0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lzlib/Makefile | 5 ++---
lzlib/PLIST | 3 +++
2 files changed, 5 insertions(+), 3 deletions(-)
diffs:
diff --git a/lzlib/Makefile b/lzlib/Makefile
index 2efb29ea2f..21c6169b18 100644
--- a/lzlib/Makefile
+++ b/lzlib/Makefile
@@ -1,8 +1,7 @@
# $NetBSD$
DISTNAME= lzlib-1.11
-#PKGNAME= ${DISTNAME}
-CATEGORIES= archivers
+CATEGORIES= devel
MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/lzlib/
MAINTAINER= root%zta.lk@localhost
@@ -16,6 +15,6 @@ USE_TOOLS+= gmake
INFO_FILES= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${PKGINFODIR}
+CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${PKGINFODIR} --enable-shared
.include "../../mk/bsd.pkg.mk"
diff --git a/lzlib/PLIST b/lzlib/PLIST
index eb22319abe..60fab1ec93 100644
--- a/lzlib/PLIST
+++ b/lzlib/PLIST
@@ -2,3 +2,6 @@
include/lzlib.h
info/lzlib.info
lib/liblz.a
+lib/liblz.so
+lib/liblz.so.1
+lib/liblz.so.${PKGVERSION}
Home |
Main Index |
Thread Index |
Old Index