From c7869414962563c5b1a9196be7780e6949f52c2e Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sat, 19 Apr 2008 19:17:39 +0000 Subject: [PATCH] Import the ac_overrides codes from Irix into the generic build function. --- buildpkg.functions | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildpkg.functions b/buildpkg.functions index c3513ed..0df5268 100644 --- a/buildpkg.functions +++ b/buildpkg.functions @@ -675,6 +675,11 @@ generic_build() if [ $no_configure -eq 0 ]; then if [ $generic_configure -eq 1 ]; then + local acvar + for acvar in $ac_overrides + do + export $acvar + done $__configure $(_upls $configure_args) else # Platform specific configure run