Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184123 | Differences between
and this patch

Collapse All | Expand All

(-)setup/srcconf.c (-1 / +1 lines)
Lines 962-968 Link Here
962
#if defined(__SCO_VERSION__)
962
#if defined(__SCO_VERSION__)
963
      fprintf (f, "CFLAGS=-O -D_KERNEL -D_DDI=8\n");
963
      fprintf (f, "CFLAGS=-O -D_KERNEL -D_DDI=8\n");
964
#else
964
#else
965
      fprintf (f, "CFLAGS += -D_KERNEL\n");
965
      fprintf (f, "CFLAGS += -nopie -D_KERNEL\n");
966
#endif
966
#endif
967
#ifdef HAVE_KERNEL_FLAGS
967
#ifdef HAVE_KERNEL_FLAGS
968
      add_kernel_flags (f);
968
      add_kernel_flags (f);

Return to bug 184123