pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/40434: security/skey fails to build on Solaris



The following reply was made to PR pkg/40434; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/40434: security/skey fails to build on Solaris
Date: Mon, 19 Jan 2009 20:42:31 +0900

 Following patch may fixes the failure:
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/security/skey/Makefile,v
 retrieving revision 1.22
 diff -u -r1.22 Makefile
 --- Makefile   13 Dec 2008 13:58:31 -0000      1.22
 +++ Makefile   19 Jan 2009 11:39:08 -0000
 @@ -23,6 +23,14 @@
 
  INSTALLATION_DIRS=    bin include lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
 
 +.include "../../mk/bsd.prefs.mk"
 +
 +.if ${OPSYS} == "SunOS"
 +CONFIGURE_ENV+=               ac_cv_header_md4_h=no
 +CONFIGURE_ENV+=               ac_cv_header_sha1_h=no
 +BUILDLINK_TRANSFORM+= l:crypt:md5:crypt
 +.endif
 +
  post-install:
        ${RANLIB} ${DESTDIR}${PREFIX}/lib/libskey.a
 


Home | Main Index | Thread Index | Old Index