This is an automated email from the git hooks/post-receive script. satta pushed a commit to branch master in repository libssw.
commit 4c40ecd12f5ee62dfd988454876167e37ae7adc2 Author: Sascha Steinbiss <[email protected]> Date: Sun Jun 26 09:27:38 2016 +0000 add SSE CFLAGS --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 9ba2f1a..43e556d 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') PKG_VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/-.*//') +export CFLAGS = $(CFLAGS) -msse2 +export CXXFLAGS = $(CXXFLAGS) -msse2 %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libssw.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
