Author: tille Date: 2012-01-21 13:03:58 +0000 (Sat, 21 Jan 2012) New Revision: 9358
Modified: trunk/packages/libhmsbeagle/trunk/debian/changelog trunk/packages/libhmsbeagle/trunk/debian/rules Log: Prevent compiler options -march=native and -msse2 Modified: trunk/packages/libhmsbeagle/trunk/debian/changelog =================================================================== --- trunk/packages/libhmsbeagle/trunk/debian/changelog 2012-01-21 12:50:02 UTC (rev 9357) +++ trunk/packages/libhmsbeagle/trunk/debian/changelog 2012-01-21 13:03:58 UTC (rev 9358) @@ -1,3 +1,10 @@ +libhmsbeagle (1.0-2) unstable; urgency=low + + * debian/rules: Prevent compiler options -march=native and -msse2 + Closes: #656729 + + -- Andreas Tille <[email protected]> Sat, 21 Jan 2012 13:54:38 +0100 + libhmsbeagle (1.0-1) unstable; urgency=low * Initial upload to Debian (Closes: #656609) Modified: trunk/packages/libhmsbeagle/trunk/debian/rules =================================================================== --- trunk/packages/libhmsbeagle/trunk/debian/rules 2012-01-21 12:50:02 UTC (rev 9357) +++ trunk/packages/libhmsbeagle/trunk/debian/rules 2012-01-21 13:03:58 UTC (rev 9358) @@ -12,7 +12,7 @@ override_dh_auto_configure: ./autogen.sh - dh_auto_configure -- --enable-doxygen-man + dh_auto_configure -- --enable-doxygen-man --enable-march-native=no --enable-sse=no override_dh_auto_build: $(MAKE) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
