From 2a969b7f4bdb223d3626dc14b684701942ccafb2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 21 Sep 2017 01:02:04 +0300 Subject: Make package to be source rather than stub --- build/export.build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build/export.build (limited to 'build/export.build') diff --git a/build/export.build b/build/export.build new file mode 100644 index 0000000..447334f --- /dev/null +++ b/build/export.build @@ -0,0 +1,10 @@ +# file : build/export.build +# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd +# license : PostgreSQL License; see accompanying COPYRIGHT file + +$out_root/: +{ + include libpq/ +} + +export $out_root/libpq/lib{pq} -- cgit v1.1