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>
16 lines
428 B
Diff
16 lines
428 B
Diff
--- a/libs/xmlrpc-c/lib/expat/gennmtab/Makefile
|
|
+++ b/libs/xmlrpc-c/lib/expat/gennmtab/Makefile
|
|
@@ -1,3 +1,5 @@
|
|
+TOPDIR=$(shell (cd $(SRCDIR)/../../../../..; pwd))
|
|
+
|
|
ifeq ($(SRCDIR),)
|
|
updir = $(shell echo $(dir $(1)) | sed 's/.$$//')
|
|
EXPATDIR := $(call updir,$(CURDIR))
|
|
@@ -7,6 +9,7 @@ ifeq ($(SRCDIR),)
|
|
endif
|
|
SUBDIR := lib/expat/gennmtab
|
|
|
|
+include $(TOPDIR)/rules.mk
|
|
include $(BLDDIR)/config.mk
|
|
|
|
LDFLAGS = $(LADD)
|