Bug#915953: pg_buildext: support Makefile variables

2018-12-08 Thread Michael Banck
Hi, On Sat, Dec 08, 2018 at 01:55:25PM +0100, Michael Banck wrote: > The attached patch adds an option -x (maybe not the best pick?) whose > $OPTARG are passed down to alle make calls - that works for me, but I > have not tested it extensively. I forgot to declare $MAKEVARS in case the option is

Bug#915953: pg_buildext: support Makefile variables

2018-12-08 Thread Michael Banck
Package: postgresql-server-dev-all Version: 197 Severity: wishlist Tags: patch Dear Maintainer, it would be nice if pg_buildext allowed to pass Makefile variables down to the make calls. The specific issue at hand for me was passing 'with_llvm=no' cause the extension I wanted to build currently