From c4b25c8706563848067a2476165dc6d1b9847808 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 29 Jan 2007 23:51:55 +0000 Subject: Use libtool port instead of included version to avoid a.out objformat botch --- net/libnss-mysql/Makefile | 1 + net/libnss-mysql/pkg-plist | 1 + 2 files changed, 2 insertions(+) (limited to 'net/libnss-mysql') diff --git a/net/libnss-mysql/Makefile b/net/libnss-mysql/Makefile index 3743f20d3db..9c3b59b186f 100644 --- a/net/libnss-mysql/Makefile +++ b/net/libnss-mysql/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= libnss-mysql MAINTAINER= vd@FreeBSD.org COMMENT= NSS module using a MySQL database for backend +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-mysql=${LOCALBASE} INSTALLS_SHLIB= yes diff --git a/net/libnss-mysql/pkg-plist b/net/libnss-mysql/pkg-plist index b409c260264..67c0b97f9e7 100644 --- a/net/libnss-mysql/pkg-plist +++ b/net/libnss-mysql/pkg-plist @@ -1,5 +1,6 @@ etc/libnss-mysql.cfg-dist etc/libnss-mysql-root.cfg-dist +lib/nss_mysql.a lib/nss_mysql.la lib/nss_mysql.so lib/nss_mysql.so.1 -- cgit