From 504b2dcb02f08fa410d547663ac439e3e25e4d00 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Tue, 7 Dec 1999 08:58:59 +0000 Subject: Add notes for LTCONFIG_OVERRIDE and LIBTOOL_OVERRIDE definition to "FOR GNU PKGS THAT ALREADY SUPPORT LIBTOOL" subsection. --- Packages.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Packages.txt') diff --git a/Packages.txt b/Packages.txt index 51239a9a986..a8ea81cdbe7 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.74 1999/12/04 18:00:08 hubertf Exp $ +# $NetBSD: Packages.txt,v 1.75 1999/12/07 08:58:59 sakamoto Exp $ ########################################################################### ========================== @@ -783,10 +783,13 @@ Here's how to use libtool in a pkg in seven simple steps: include the ELF symlink files; those are automatic. FOR GNU PKGS THAT ALREADY SUPPORT LIBTOOL: -Add USE_LIBTOOL=yes to the package Makefile. You may possibly have to -modify the "configure" script not to check for or configure its own -libtool. See the libwww pkg, patch-ab, for the quick way to bypass -the pkg's own libtool. +Add USE_LIBTOOL=yes and LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig to the +package Makefile for the quick way to bypass the pkg's own libtool. +The pkg's own libtool is made by ltconfig script at do-configure target. +If USE_LIBTOOL and LTCONFIG_OVERRIDE defined, specified ltconfig is +overrided for using libtool-pkg instead of the pkg's own libtool. +If pkg has already original "libtool" which we can substitute by libtool-pkg, +you may possibly have to specify LIBTOOL_OVERRIDE to the package Makefile. 6.3 Gotchas of FreeBSD ports -- cgit v1.2.3