This is an automated email from the git hooks/post-receive script. satta pushed a commit to branch master in repository libssw.
commit 11fba5b4443f8cd8d27dbb2dcfaf7f5bbc97aa90 Author: Sascha Steinbiss <[email protected]> Date: Sun Jun 26 10:08:38 2016 +0000 fix d/rules --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 43e556d..c95f383 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +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 +export CFLAGS += -msse2 +export 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
