diff options
author | Steven Barth <steven@midlink.org> | 2008-06-12 08:45:05 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-12 08:45:05 +0000 |
commit | fd76e7f7fe774801693e0ca44007c9ea55fd282b (patch) | |
tree | 439ed17146dfa91e1c2494a0536c8e02947f37e8 /libs/sgi-webuci | |
parent | b8430dcff704319f01279f1c399af4faf9cb9cb2 (diff) |
* Fixed cross compiling
Diffstat (limited to 'libs/sgi-webuci')
-rw-r--r-- | libs/sgi-webuci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/sgi-webuci/Makefile b/libs/sgi-webuci/Makefile index 656db032e..6758a2cbe 100644 --- a/libs/sgi-webuci/Makefile +++ b/libs/sgi-webuci/Makefile @@ -32,7 +32,7 @@ $(BOA_DIR)/.patched: $(BOA_DIR)/.prepared $(BOA_PATCHDIR)/series touch $@ $(BOA_DIR)/.configured: $(BOA_DIR)/.patched - (cd $(BOA_DIR); ./configure --disable-debug --disable-gunzip) + (cd $(BOA_DIR); ./configure --disable-debug --disable-gunzip $(CFOPTS)) touch $@ boa-compile: $(BOA_DIR)/.configured |