[yosys] 03/04: Fixed small detail in 04_installpath.patch

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Feb 9 20:24:56 UTC 2015


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

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

commit 0267507fe62578d5c208e8049333e97e9f746ee1
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Mon Feb 9 21:16:46 2015 +0100

    Fixed small detail in 04_installpath.patch
---
 debian/patches/04_installpath.patch | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/patches/04_installpath.patch b/debian/patches/04_installpath.patch
index f2a00e2..a57f3ad 100644
--- a/debian/patches/04_installpath.patch
+++ b/debian/patches/04_installpath.patch
@@ -4,8 +4,8 @@ Forwarded: doesn't make sense upstream
 Author: Ruben Undheim <ruben.undheim at gmail.com>
 Index: yosys/Makefile
 ===================================================================
---- yosys.orig/Makefile	2015-02-09 21:02:20.979399175 +0100
-+++ yosys/Makefile	2015-02-09 21:02:45.515399438 +0100
+--- yosys.orig/Makefile	2015-02-09 21:16:12.307408092 +0100
++++ yosys/Makefile	2015-02-09 21:16:26.955408249 +0100
 @@ -17,11 +17,11 @@
  ENABLE_GPROF := 0
  ENABLE_NDEBUG := 0
@@ -21,6 +21,15 @@ Index: yosys/Makefile
  
  EXE =
  OBJS =
+@@ -36,7 +36,7 @@
+ all: top-all
+ 
+ YOSYS_SRC := $(shell pwd)
+-CXXFLAGS = -Wall -Wextra -ggdb -I"$(YOSYS_SRC)" -MD -D_YOSYS_ -fPIC -I$(DESTDIR)/include
++CXXFLAGS = -Wall -Wextra -ggdb -I"$(YOSYS_SRC)" -MD -D_YOSYS_ -fPIC -I$(DESTDIR)/usr/include
+ LDFLAGS = -L$(DESTDIR)/lib
+ LDLIBS = -lstdc++ -lm
+ SED = sed
 @@ -332,10 +332,10 @@
  	@echo ""
  

-- 
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