[ecflow] 09/11: Don't try to compile with regexp.h
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 11:03:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository ecflow.
commit 1b37aad0c093b2771f97c0fb177dba602110b392
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sat Oct 14 11:56:15 2017 +0100
Don't try to compile with regexp.h
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 4fce866..147e040 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ ifeq ($(TARGET_ARCH), hppa)
FPIC:= -fPIC
endif
-CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(FPIC) $(CPPFLAGS)
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(FPIC) $(CPPFLAGS) -DNO_REGEXP
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) $(FPIC)
CXXFLAGS:= $(shell dpkg-buildflags --get CXXFLAGS) $(FPIC) # -std=c++11
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ecflow.git
More information about the debian-science-commits
mailing list