Shayan Doust pushed to branch master at Debian Med / tao-config


Commits:
5b2ab765 by Shayan Doust at 2020-07-08T02:00:24+01:00
Patch to modify Makefile to use tao-json-dev headers under /usr/include/

- - - - -


2 changed files:

- + debian/patches/modify_makefile.patch
- + debian/patches/series


Changes:

=====================================
debian/patches/modify_makefile.patch
=====================================
@@ -0,0 +1,15 @@
+Description: use tao-json-dev headers in /usr/include/
+Author: Shayan Doust <[email protected]>
+---
+
+--- tao-config.orig/Makefile
++++ tao-config/Makefile
+@@ -3,7 +3,7 @@
+ # Please see LICENSE for license or visit https://github.com/taocpp/config
+ 
+ CXXSTD = -std=c++17
+-CPPFLAGS = -pedantic -I../json/include -Iinclude
++CPPFLAGS = -pedantic -I/usr/include/ -Iinclude
+ CXXFLAGS = -Wall -Wextra -Werror -O3 -ftemplate-backtrace-limit=0
+ 
+ SOURCES := $(shell find src -name '*.cpp')


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+modify_makefile.patch



View it on GitLab: 
https://salsa.debian.org/med-team/tao-config/-/commit/5b2ab765b01405b4caec9611220b52d6f7f17acf

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/tao-config/-/commit/5b2ab765b01405b4caec9611220b52d6f7f17acf
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to