aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-16 20:02:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-25 20:35:10 +0200
commit2700ed6a3e1092a064f28b07f8e2c4e5b9b830e7 (patch)
treea54ffc979dde42e609bc9877120fa010887c6b66 /build.sh
parent48a3c47d34c2acc0a39e2db5acfd437dace499c1 (diff)
Implement new URL path schema for the web interface
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index 0a7fb34..e04cb32 100755
--- a/build.sh
+++ b/build.sh
@@ -34,12 +34,12 @@ cli --include-with-brackets --include-prefix brep --hxx-suffix "" \
echo "g++ libbrep-apache.so"
s="package-search.cxx package-details.cxx package-version-details.cxx \
-repository-details.cxx module.cxx diagnostics.cxx page.cxx services.cxx \
-options.cxx shared-database.cxx \
+repository-details.cxx repository-root.cxx module.cxx page.cxx services.cxx \
+options.cxx shared-database.cxx diagnostics.cxx \
../web/apache/request.cxx ../web/apache/service.cxx \
../web/mime-url-encoding.cxx"
-g++ -shared $DEBUG -std=c++11 -I. -I/usr/include/apr-1 -I/usr/include/httpd \
+g++ -shared $DEBUG -std=c++11 -I/usr/include/apr-1 -I/usr/include/httpd \
-I.. -I../../libbpkg -I../../libbutl -L. -L../../libbpkg/bpkg \
-fPIC -o libbrep-apache.so $s -lbrep -lbpkg -lodb-pgsql -lodb -lstudxml
@@ -53,7 +53,7 @@ echo "g++ brep-loader"
s="loader.cxx options.cxx"
-g++ $DEBUG -std=c++11 -I. -I.. -I../../libbpkg \
+g++ $DEBUG -std=c++11 -I.. -I../../libbpkg \
-I../../libbutl -L../brep -L../../libbpkg/bpkg -L../../libbutl/butl \
-o brep-loader $s -lbrep -lbpkg -lbutl -lodb-pgsql -lodb
@@ -63,7 +63,7 @@ echo "g++ tests/loader"
s="driver.cxx"
-g++ $DEBUG -std=c++11 -I. -I../.. -I../../../libbpkg \
+g++ $DEBUG -std=c++11 -I../.. -I../../../libbpkg \
-I../../../libbutl -L../../brep -L../../../libbpkg/bpkg \
-L../../../libbutl/butl \
-o driver $s -lbrep -lbpkg -lbutl -lodb-pgsql -lodb