Codebase list libvigraimpex / 86523c4
corrected switch for ffloat-store flag on i386 Daniel Stender 8 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66 + updated Source: (upstream moved to Github).
77 * deb/rules:
88 + run dh_numpy w/o script (deb/dh_numpy dropped) [Andreas Tille].
9 + corrected switch for ffloat-store flag on i386.
910 * added docs-no-footer-timestamp.diff (Closes: #783230).
1011 * added symbols control file deb/libvigraimpex5.symbols.
1112
12 -- Daniel Stender <debian@danielstender.com> Mon, 20 Jul 2015 21:12:07 +0200
13 -- Daniel Stender <debian@danielstender.com> Tue, 28 Jul 2015 20:00:30 +0200
1314
1415 libvigraimpex (1.10.0+dfsg-8) experimental; urgency=medium
1516
1111
1212 DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
1313
14 ifeq ($(DEB_BUILD_ARCH),i386)
14 ifeq ($(DEB_HOST_ARCH),i386)
1515 CFLAGS += -ffloat-store
1616 CXXFLAGS += -ffloat-store
1717 endif