| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Resources are downloaded on-demand, so we can always define them and
avoid the headaches that come with conditional definitions.
|
|
Closes #31781.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
Version bump for Libgcrypt from 1.6.1 to 1.6.2. Adds a mirror as well.
|
|
Fixes #29561.
|
|
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
This workaround is no longer necessary.
|
|
Closes #18345.
|
|
|
|
This appears to be a non-issue with recent clang.
|
|
Closes #21439.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Wine no longer uses these, so the comments are outdated. Continue to
build universal by default, though, to support legacy installs.
Eventually they can grow universal options or just build native-only
after a sufficient period of time.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
This started happening because I undefined CC. Now a lot of tools pick gcc. The problem here is that we add to cflags before configure, and during configure we are 'servile' so when configure uses gcc it *is* llvm-gcc and not clang, which we will be during make because then we are *not* servile.
So we have to assign these cflags during make only, which is easy enough. Code is neater now too.
I am now working on superenv so that it can determine if a tool cannot use certain flags and then pick another. The last stage of always-just-works.
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
This is kind of hackish, but we can clean it up when we get the compiler
selection code up to snuff again.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Rationale: It's a crypto library so we should make sure it works. It
doesn't take _that_ long even on my old, slow MBP.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The new 1.5 series maintains API compatiblity with the 1.4 series.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Add configure path to libgpgerror in case homebrew is installed in
a non-standard location where gpg error libraries and includes are
not automagically found.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
|
|
Many formula were imported during the development of the dependency branch.
|
|
Signed-off-by: Max Howell <max@methylblue.com>
|