[packages/osquery] set some env vars
glen
glen at pld-linux.org
Sat Jul 25 15:47:00 CEST 2015
commit d8502537c88e4179f238c96090306f2687fd8344
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Jul 25 16:46:36 2015 +0300
set some env vars
https://github.com/facebook/osquery/blob/master/docs/wiki/development/building.md
osquery.spec | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/osquery.spec b/osquery.spec
index 51623fc..85c74f6 100644
--- a/osquery.spec
+++ b/osquery.spec
@@ -57,6 +57,12 @@ mv third-party-%{version}/* third-party
%build
install -d build
cd build
+
+OSQUERY_PLATFORM="pld;%{pld_release}" \
+OSQUERY_BUILD_VERSION=%{version} \
+BUILD_LINK_SHARED=True \
+SDK_VERSION=%{version} \
+SKIP_TESTS=True \
%cmake \
..
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/osquery.git/commitdiff/d8502537c88e4179f238c96090306f2687fd8344
More information about the pld-cvs-commit
mailing list