From bcd246076540a8353fa55fc0a5e19343c1a2dbc9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Aug 2015 13:03:08 +0200 Subject: Implement package search service mockup --- build.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 3d06a80..ae71e72 100755 --- a/build.sh +++ b/build.sh @@ -25,16 +25,19 @@ g++ -shared $DEBUG -std=c++11 -I.. -I../../libbpkg \ echo "cli brep-apache options" cli --include-with-brackets --include-prefix brep --hxx-suffix "" \ - --guard-prefix BREP --generate-file-scanner --suppress-usage ./options.cli + --guard-prefix BREP --generate-file-scanner --suppress-usage \ + --option-prefix "" ./options.cli echo "g++ libbrep-apache.so" -s="search.cxx view.cxx module.cxx diagnostics.cxx services.cxx options.cxx \ -shared-database.cxx ../web/apache/request.cxx ../web/apache/service.cxx" +s="package-search.cxx package-version-search.cxx module.cxx diagnostics.cxx \ +services.cxx options.cxx shared-database.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 \ -I.. -I../../libbpkg -I../../libbutl -L. -L../../libbpkg/bpkg \ - -fPIC -o libbrep-apache.so $s -lbrep -lbpkg -lodb-pgsql -lodb + -fPIC -o libbrep-apache.so $s -lbrep -lbpkg -lodb-pgsql -lodb -lstudxml cd ../loader -- cgit v1.1