[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / bind9

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/net/bind9/Attic/Makefile between version 1.20 and 1.21

version 1.20, 2001/01/26 21:12:02 version 1.21, 2001/01/28 06:51:01
Line 18  BIND_VERSION= 9.1.0
Line 18  BIND_VERSION= 9.1.0
 DIST_SUBDIR=    bind/${BIND_VERSION}  DIST_SUBDIR=    bind/${BIND_VERSION}
 GNU_CONFIGURE=  yes  GNU_CONFIGURE=  yes
 CONFIGURE_ARGS+=--disable-threads       # Until we have real threads  CONFIGURE_ARGS+=--disable-threads       # Until we have real threads
   # dnssec-keygen needs "good enough" random number, use /dev/urandom
 CONFIGURE_ARGS+=--with-libtool=yes \  CONFIGURE_ARGS+=--with-libtool=yes \
                 --sysconfdir=/etc \                  --sysconfdir=/etc \
                 --localstatedir=/var                  --localstatedir=/var \
                   --with-randomdev=/dev/urandom
 LDFLAGS+=       -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib  LDFLAGS+=       -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib
   
 post-build:  post-build:

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>