pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/48134 CVS commit: pkgsrc/security/crypto++
The following reply was made to PR pkg/48134; it has been noted by GNATS.
From: Onno van der Linden <o.vd.linden%quicknet.nl@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: PR/48134 CVS commit: pkgsrc/security/crypto++
Date: Sat, 24 Aug 2013 09:10:11 +0200
> What is the meaning of moving definition to later location?
> It seems that simply adding || !defined(CPRYPTO_NO_ALIGNED_ALLOC) is
> sufficient for me, and works with amule.
At that point in config.h CRYPTO_NO_ALIGNED_ALLOC isn't
defined at all so you're effectively adding an always
true condition. By switching the two blocks like I did
you avoid that.
Onno
Home |
Main Index |
Thread Index |
Old Index