[yosys] 53/57: Small fix

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Sep 17 16:08:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository yosys.

commit 0660ff40b6d5a07cbfe7c83c8151f706c253665f
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Sep 14 12:46:26 2014 +0200

    Small fix
---
 debian/patches/06_cflags_ldflags.patch | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/patches/06_cflags_ldflags.patch b/debian/patches/06_cflags_ldflags.patch
index 0236769..46773c4 100644
--- a/debian/patches/06_cflags_ldflags.patch
+++ b/debian/patches/06_cflags_ldflags.patch
@@ -4,8 +4,8 @@ Forwarded: will do
 Author: Ruben Undheim <ruben.undheim at gmail.com>
 Index: yosys/Makefile
 ===================================================================
---- yosys.orig/Makefile	2014-09-14 12:27:43.000000000 +0200
-+++ yosys/Makefile	2014-09-14 12:28:36.066660204 +0200
+--- yosys.orig/Makefile	2014-09-14 12:45:33.658671118 +0200
++++ yosys/Makefile	2014-09-14 12:46:06.098671466 +0200
 @@ -27,8 +27,8 @@
  
  all: top-all
@@ -30,3 +30,12 @@ Index: yosys/Makefile
  
  kernel/version_$(GIT_REV).cc: Makefile
  	$(P) rm -f kernel/version_*.o kernel/version_*.d kernel/version_*.cc
+@@ -206,7 +206,7 @@
+ 			$(CXX) --version | tr ' ()' '\n' | grep '^[0-9]' | head -n1` $(filter -f% -m% -O% -DNDEBUG,$(CXXFLAGS)))\";" > kernel/version_$(GIT_REV).cc
+ 
+ yosys-config: yosys-config.in
+-	$(P) $(SED) -e 's, at CXX@,$(CXX),;' -e 's, at CXXFLAGS@,$(CXXFLAGS),;' -e 's, at LDFLAGS@,$(LDFLAGS),;' -e 's, at LDLIBS@,$(LDLIBS),;' \
++	$(P) $(SED) -e 's, at CXX@,$(CXX),;' -e 's/@CXXFLAGS@/$(CXXFLAGS)/;' -e 's/@LDFLAGS@/$(LDFLAGS)/;' -e 's, at LDLIBS@,$(LDLIBS),;' \
+ 			-e 's, at BINDIR@,$(DESTDIR)/bin,;' -e 's, at DATDIR@,$(DESTDIR)/share/yosys,;' < yosys-config.in > yosys-config
+ 	$(Q) chmod +x yosys-config
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git



More information about the debian-science-commits mailing list