Author: aurel32
Date: 2015-12-02 21:47:19 +0000 (Wed, 02 Dec 2015)
New Revision: 6740

Modified:
   glibc-package/branches/glibc-2.22/debian/changelog
   glibc-package/branches/glibc-2.22/debian/rules.d/build.mk
Log:
debian/rules.d/build.mk: explicitly disable mathvec when mvec=no.

Modified: glibc-package/branches/glibc-2.22/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.22/debian/changelog  2015-12-02 19:12:10 UTC 
(rev 6739)
+++ glibc-package/branches/glibc-2.22/debian/changelog  2015-12-02 21:47:19 UTC 
(rev 6740)
@@ -5,6 +5,7 @@
   * debian/control.in/main, debian/rules: build with gcc-5.
   * kfreebsd/local-sysdeps.diff: update to revision 5845 (from glibc-bsd).
   * debian/sysdeps/ppc64el.mk: use default gcc options.
+  * debian/rules.d/build.mk: explicitly disable mathvec when mvec=no.
 
  -- Aurelien Jarno <aure...@debian.org>  Wed, 02 Dec 2015 01:10:00 +0100
 

Modified: glibc-package/branches/glibc-2.22/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-2.22/debian/rules.d/build.mk   2015-12-02 
19:12:10 UTC (rev 6739)
+++ glibc-package/branches/glibc-2.22/debian/rules.d/build.mk   2015-12-02 
21:47:19 UTC (rev 6740)
@@ -93,6 +93,7 @@
                --with-bugurl="http://www.debian.org/Bugs/"; \
                $(if $(filter $(pt_chown),yes),--enable-pt_chown) \
                $(if $(filter $(threads),no),--disable-nscd) \
+               $(if $(filter $(mvec),no),--disable-mathvec) \
                $(call xx,with_headers) $(call xx,extra_config_options))
        touch $@
 

Reply via email to