aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-18 10:14:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-18 10:14:57 +0200
commitb5b996507c6287b5216a7c628adfdf23ec7dc4a2 (patch)
tree4c8d582b9c6bb682d8e906363feee523e5b00cad /buildfile
parent54e3c33fb327efe0cbfd806c5468cbe390dafeaa (diff)
Move cxx.poptions setting from root.build to buildfile
That's the new recommended way. Also, remove hardcoded -I/usr/include/apr-1. This should be passed with config.cxx.poptions during configuration, e.g., b config.cxx.poptions=-I/usr/include/apr-1 configure
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index 21ed86f..6104ee0 100644
--- a/buildfile
+++ b/buildfile
@@ -2,5 +2,5 @@ brep=brep/{diagnostics module options package package-odb search view}
web=web/apache/{request service}
libso{brep}: cxx{$brep $web services}
-
-.: libso{brep}
+cxx.poptions += -I$src_root
+cxx.libs += -lodb-pgsql -lodb