summaryrefslogtreecommitdiff
path: root/redland/raptor/makefile.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-06 00:44:45 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-06 00:44:54 +0300
commitfe7b7a1d4d2fb5151e2ca17130ca1020ece69f26 (patch)
tree1faa01bbf81b790c1361ca4bd9d7b59437c14d6e /redland/raptor/makefile.mk
parentca1ee8a68498087cf592d72c6e4806069a54d8a3 (diff)
Patch raptor configure, not configure.ac for cross-compilation
It looks sillier, yes, but it is good to not have to run autoconf. Fixes cross-compilation for ppc MacOSX.
Diffstat (limited to 'redland/raptor/makefile.mk')
-rw-r--r--redland/raptor/makefile.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk
index e0e4968be778..f8371054ee84 100644
--- a/redland/raptor/makefile.mk
+++ b/redland/raptor/makefile.mk
@@ -137,11 +137,10 @@ XSLTLIB!:=$(XSLTLIB) # expand dmake variables for xslt-config
.EXPORT: XSLTLIB
CONFIGURE_DIR=
+CONFIGURE_ACTION=.$/configure
.IF "$(OS)"=="IOS"
-CONFIGURE_ACTION=autoconf; .$/configure
CONFIGURE_FLAGS=--disable-shared
.ELSE
-CONFIGURE_ACTION=.$/configure
CONFIGURE_FLAGS=--disable-static
.ENDIF
# do not enable grddl parser (#i93768#)