nixpkgs/pkgs
Tuomas Tynkkynen d45d243749 libbb2: Use "--enable-fat=yes" to avoid build nondeterminism
Otherwise it would pick various -march flags based on the CPU of the
compiling system, using beautiful code like this:

````
 63 AC_CACHE_CHECK(for x86 cpuid $1 output, ax_cv_gcc_x86_cpuid_$1,
 64  [AC_RUN_IFELSE([AC_LANG_PROGRAM([#include <stdio.h>], [
 65      int op = $1, eax, ebx, ecx, edx;
 66      FILE *f;
 67       __asm__("cpuid"
 68         : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
 69         : "a" (op));
 70      f = fopen("conftest_cpuid", "w"); if (!f) return 1;
 71      fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
 72      fclose(f);
 73      return 0;
 74 ])],

...

121       AC_CACHE_CHECK([whether avx is supported], [ax_cv_have_avx_ext],
122       [
123         ax_cv_have_avx_ext=no
124         if test "$((0x$ecx>>28&0x01))" = 1; then
125           ax_cv_have_avx_ext=yes
126         fi
127       ])
````
2016-08-30 23:00:13 +03:00
..
applications Merge remote-tracking branch 'dezgeg/shuffle-outputs' into staging 2016-08-30 12:43:37 +03:00
build-support grsec: Fix build after multiple output shuffling 2016-08-30 15:55:49 +03:00
data dejavu_fonts: "symlink-split" a single font file 2016-08-29 20:21:32 +02:00
desktops gnome3: Use dev output of nss 2016-08-30 02:41:13 +03:00
development libbb2: Use "--enable-fat=yes" to avoid build nondeterminism 2016-08-30 23:00:13 +03:00
games liquidwar5: disable format hardening 2016-08-28 14:06:55 +00:00
misc Merge remote-tracking branch 'dezgeg/shuffle-outputs' into staging 2016-08-30 12:43:37 +03:00
os-specific Merge remote-tracking branch 'dezgeg/shuffle-outputs' into staging 2016-08-30 12:43:37 +03:00
servers xcb-util-xrm: Fix 'lib.optional' usage 2016-08-30 16:28:02 +03:00
shells Merge branch 'master' into staging 2016-08-27 23:54:54 +01:00
stdenv Merge remote-tracking branch 'dezgeg/shuffle-outputs' into staging 2016-08-30 12:43:37 +03:00
test
tools shadowsocks-libev: Fix 'lib.optional' use 2016-08-30 23:00:13 +03:00
top-level Merge remote-tracking branch 'dezgeg/shuffle-outputs' into staging 2016-08-30 12:43:37 +03:00