diff options
author | agc <agc@pkgsrc.org> | 2001-03-29 08:42:14 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-03-29 08:42:14 +0000 |
commit | 9245ae22211c7c791f8973228cc187eebe2853f6 (patch) | |
tree | 601ed39b8116f590c1ba5591fe6f65b9d0be0504 | |
parent | 09e513f1a02d20f831848efc908c395930fcec70 (diff) | |
download | pkgsrc-9245ae22211c7c791f8973228cc187eebe2853f6.tar.gz |
Include the rmd160 sources unconditionally, in reponse to a number of
reports which state that, although /usr/include/rmd160.h exists, the
corresponding rmd160*() routines are not available in libc.
Bump version number to 20010320
-rw-r--r-- | pkgtools/digest/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/digest/files/Makefile | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 81fc9e698a5..fb786628809 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/03/26 16:48:25 fredb Exp $ +# $NetBSD: Makefile,v 1.18 2001/03/29 08:42:14 agc Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -12,7 +12,7 @@ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.netbsd.org/Documentation/software/packages.html COMMENT= message digest wrapper utility -VERSION= 20010319 +VERSION= 20010320 EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} diff --git a/pkgtools/digest/files/Makefile b/pkgtools/digest/files/Makefile index 585d113d2d2..e6c3839cab7 100644 --- a/pkgtools/digest/files/Makefile +++ b/pkgtools/digest/files/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/03/26 12:57:32 agc Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/29 08:42:14 agc Exp $ # When adding new digest algorithms, please use rmd160 as the template, # and bump the version definition in the package Makefile @@ -8,9 +8,7 @@ SRCS= digest.c CPPFLAGS+= -I${.CURDIR} -DVERSION="${VERSION}" WARNS= 2 -.if !exists(/usr/include/rmd160.h) SRCS+= rmd160.c rmd160hl.c -.endif SRCS+= sha1.c sha1hl.c |