[Pkg-electronics-commits] [gnucap] 18/43: plugpath-4: stash
felix salfelder
felix-guest at moszumanska.debian.org
Wed Oct 4 03:21:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository gnucap.
commit df40958299e568fa40dcff218b7a149ba9ba058d
Author: al davis <ad211 at freeelectron.net>
Date: Wed Apr 12 21:15:39 2017 -0400
plugpath-4: stash
---
include/md.h | 2 +-
main/Make2.Debug | 4 ++--
main/main.cc | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/md.h b/include/md.h
index 47ba314..3d10600 100644
--- a/include/md.h
+++ b/include/md.h
@@ -27,7 +27,7 @@
/*--------------------------------------------------------------------------*/
/* autoconf stuff */
#ifdef HAVE_CONFIG_H
-#include "config.h"
+//#include "config.h"
#endif
/*--------------------------------------------------------------------------*/
/* std collection of includes */
diff --git a/main/Make2.Debug b/main/Make2.Debug
index ab0c9ad..2aa6331 100644
--- a/main/Make2.Debug
+++ b/main/Make2.Debug
@@ -27,7 +27,7 @@ VPATH = .:..
CCC = g++
CCFLAGS = \
--DUNIX -g -O0 -I. -I../../include -DTRACE_UNTESTED \
+-DUNIX -g -O0 -I. -I.. -I../../include -DTRACE_UNTESTED \
-Wall -Wextra \
-Wswitch-enum -Wundef -Wpointer-arith -Woverloaded-virtual \
-Wcast-qual -Wcast-align -Wpacked -Wshadow -Wconversion \
@@ -42,7 +42,7 @@ LIBS = \
LDFLAGS = -rdynamic \
-L../../lib/O-DEBUG
-CONF_CPPFLAGS=-DGNUCAP_PLUGPATH=\"$(PREFIX)/lib/gnucap\"
+CONF_CPPFLAGS=-DHAVE_CONFIG_H
.SUFFIXES:
.SUFFIXES: .o .cc
diff --git a/main/main.cc b/main/main.cc
index 790ba99..6373990 100644
--- a/main/main.cc
+++ b/main/main.cc
@@ -38,7 +38,7 @@
#endif
/*--------------------------------------------------------------------------*/
#ifndef GNUCAP_PLUGPATH
-# define GNUCAP_PLUGPATH "/usr/local/lib/gnucap"
+//# define GNUCAP_PLUGPATH "/usr/local/lib/gnucap"
#endif
/*--------------------------------------------------------------------------*/
struct JMP_BUF{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git
More information about the Pkg-electronics-commits
mailing list