From dcb3d9ca04e53e363b1a6cd5d438e8e8a00eca20 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sun, 26 Nov 2000 14:37:42 +0000 Subject: [PATCH] Add CONFIGURE_ARGS to install shared library. PR: 23070 Submitted by: Ports Fury --- archivers/lzo/Makefile | 1 + archivers/lzo2/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 17e8ca2ca2b0..0f21b9449f25 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= libs/compression MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes +CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes post-install: diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 17e8ca2ca2b0..0f21b9449f25 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= libs/compression MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes +CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes post-install: