Subject: www/ap2-python needs USE_LIBTOOL=yes (pkgsrc-2004Q4)
To: None <tech-pkg@netbsd.org>
From: Sebastian Prause <sebastian-p@gmx.net>
List: tech-pkg
Date: 03/03/2005 20:35:01
hi,
trying to build www/ap2-python resulted in an error, were the
mod_python.so file wasn't build. simply adding USE_LIBTOOL=yes fixed it
for me.

(NetBSD 2.0.1, pkgsrc 2004Q4)

--
--- Makefile.orig       2004-10-03 02:18:24.000000000 +0200
+++ Makefile    2005-03-03 20:17:48.000000000 +0100
@@ -13,6 +13,7 @@
 COMMENT=               Apache module that embeds the Python interpreter
  
 USE_BUILDLINK3= YES
+USE_LIBTOOL=    YES
 USE_PKGINSTALL= YES
 APACHE_MODULE=  YES
 VERSION=3.1.3
--


   -- Sebastian Prause