pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/security/libgcrypt



Hi,

It still fail to build on netbsd-6.
I think to need the following patch.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/libgcrypt/Makefile,v
retrieving revision 1.77
diff -u -p -r1.77 Makefile
--- Makefile    14 May 2016 23:16:43 -0000      1.77
+++ Makefile    15 May 2016 02:41:15 -0000
@@ -20,6 +20,7 @@ TEXINFO_REQD=         4.0
 INFO_FILES=            yes # PLIST

 .include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"

 .if empty(MACHINE_PLATFORM:MNetBSD-*-i386) && \
     empty(MACHINE_PLATFORM:MNetBSD-*-alpha) && \


2016-05-15 8:16 GMT+09:00 Ryo ONODERA <ryoon%netbsd.org@localhost>:
> Module Name:    pkgsrc
> Committed By:   ryoon
> Date:           Sat May 14 23:16:43 UTC 2016
>
> Modified Files:
>         pkgsrc/security/libgcrypt: Makefile
>
> Log Message:
> Fix _gcry_sha1_transform_amd64_avx undefined reference error
> under NetBSD/amd64 6 and CentOS 6.
>
> * Explicitly disable AVX and AVX2 for GCC 4.4 and 4.5
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.76 -r1.77 pkgsrc/security/libgcrypt/Makefile
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>

-- 
NONAKA Kimihiro



Home | Main Index | Thread Index | Old Index