From 7ed10ecabe38072cbfbbff01564af7c229ba0b83 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Fri, 16 Mar 2012 11:31:05 +0100 Subject: Add dpkg-buildflags to plugins build flags --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 7b67808..ef1c3fd 100755 --- a/debian/rules +++ b/debian/rules @@ -21,8 +21,8 @@ override_dh_auto_build: # The one shipped in the tarball gets rebuild (chaging /bin/sh in some cases) sed -i -e '1s%.*%#!/bin/sh%' t_client.sh # make plugins - $(MAKE) -C plugin/auth-pam/ - $(MAKE) -C plugin/down-root/ + $(MAKE) -C plugin/auth-pam/ $(shell dpkg-buildflags --export=configure) + $(MAKE) -C plugin/down-root/ $(shell dpkg-buildflags --export=configure) # we may not want to run dh_auto_test #override_dh_auto_test: -- cgit v1.2.3