Copied from Debian. Description: Disabling -prefer-non-pic which enables -fPIC Bug-Debian: http://bugs.debian.org/401590 Author: Daniel Baumann , Dmitrijs Ledkovs --- liba52/configure.incl | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) Index: a52dec-deb/liba52/configure.incl =================================================================== --- a52dec-deb.orig/liba52/configure.incl 2009-12-05 02:52:12.000000000 +0000 +++ a52dec-deb/liba52/configure.incl 2009-12-05 03:23:45.000000000 +0000 @@ -1,9 +1,6 @@ AC_SUBST([LIBA52_CFLAGS]) AC_SUBST([LIBA52_LIBS]) -dnl avoid -fPIC when possible -LIBA52_CFLAGS="$LIBA52_CFLAGS -prefer-non-pic" - AC_ARG_ENABLE([double], [ --enable-double use double-precision samples]) if test x"$enable_double" = x"yes"; then put type='submit' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-22doc: Update 'Bootstrapping' for further binary seed reduction....* doc/images/gcc-core-mesboot0-graph.dot: New image, replacing * doc/images/gcc-mesboot0-bag-graph.dot: ... remove file. * doc/local.mk (DOT_FILES): Update for new image file. * doc/guix.texi (Reduced Binary Seed Bootstrap): Use it in updated description of further reduction of the trusted computing base. Jan Nieuwenhuizen
2019-03-14Merge branch 'staging' into core-updatesMarius Bakke
2019-03-13doc: Document the graphical installer some more....* doc/guix.texi (Preparing for Installation): Rewrite to specify the two installation modes. (Guided Graphical Installation): New node. (Manual Installation): New node, with the former sections. (After System Installation): New node. * doc/images/installer-network.png, doc/images/installer-partitions.png, doc/images/installer-resume.png: New files. * doc/local.mk (dist_infoimage_DATA): Add them. Ludovic Courtès