1. Update to FS git 6eb59c711989774fb797d1c447e3d63aac84826b. 2. Disable mod_perl due to recent changes in perl package. 3. Disable mod_verto (required mod_perl). 4. Remove numbering scheme from patches. Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
13 lines
376 B
Diff
13 lines
376 B
Diff
--- a/libs/xmlrpc-c/config.mk.in
|
|
+++ b/libs/xmlrpc-c/config.mk.in
|
|
@@ -335,8 +335,8 @@ endif
|
|
# The cross compiling user can update config.mk or override
|
|
# BUILDTOOL_CC on a make command.
|
|
|
|
-BUILDTOOL_CC = $(CC)
|
|
-BUILDTOOL_CCLD = $(CCLD)
|
|
+BUILDTOOL_CC = $(HOSTCC)
|
|
+BUILDTOOL_CCLD = $(HOSTCC)
|
|
|
|
# Here are the commands 'make install' uses to install various kinds of files:
|
|
|