diff options
author | agc <agc> | 2001-03-29 08:42:14 +0000 |
---|---|---|
committer | agc <agc> | 2001-03-29 08:42:14 +0000 |
commit | f89bb8eb57e2b108a74581a29fab8e43a9143e52 (patch) | |
tree | 601ed39b8116f590c1ba5591fe6f65b9d0be0504 /pkgtools/digest | |
parent | 673354bbff01144545bb288713f225fac4cfa470 (diff) | |
download | pkgsrc-f89bb8eb57e2b108a74581a29fab8e43a9143e52.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
Diffstat (limited to 'pkgtools/digest')
-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 |