LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE. Makes libdsocks.a appear again.
This commit is contained in:
parent
c3226829b9
commit
0e430ef967
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2002/07/12 14:47:03 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2002/07/12 15:13:08 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dante-1.1.13
|
||||
|
@ -14,7 +14,7 @@ CONFLICTS= socks4-[0-9]*
|
|||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
CONFIGURE_ARGS+= --with-socks-conf=${PREFIX}/etc/socks.conf
|
||||
CONFIGURE_ARGS+= --with-sockd-conf=${PREFIX}/etc/sockd.conf
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2002/07/12 14:47:03 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2002/07/12 15:13:08 wiz Exp $
|
||||
bin/socksify
|
||||
include/dante/socks.h
|
||||
lib/libdsocks.a
|
||||
lib/libdsocks.la
|
||||
lib/libdsocks.so
|
||||
lib/libdsocks.so.1
|
||||
|
|
Loading…
Reference in a new issue