瀏覽代碼

* Reverted part of
* http://openser.svn.sourceforge.net/viewvc/openser?view=rev&revision=4528
* in order to make mi_xmlrpc module load properly on Debian lenny.


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4542 689a6050-402a-0410-94f2-e92a70836424

Juha Heinanen 17 年之前
父節點
當前提交
d76ade0bf4
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      modules_k/mi_xmlrpc/Makefile

+ 1 - 2
modules_k/mi_xmlrpc/Makefile

@@ -67,12 +67,11 @@ ifeq ($(NEW),yes)
 	# remove the abyss library - we already have
 	# the code in the module
 	MY_DEFS+=-D_UNIX
-	MY_LIBS:=$(filter-out %xmlrpc_abyss %xmlrpc_server_abyss %xmlrpc_xmlparse %xmlrpc_xmltok %pthread, $(MY_LIBS))
+	MY_LIBS:=$(filter-out %xmlrpc_abyss %xmlrpc_server_abyss %pthread, $(MY_LIBS))
 else
 	# remove from compiling the code we have in the
 	# module for abyss server
 	exclude_files=$(wildcard abyss_*.c)
-	MY_LIBS:=$(filter-out %xmlrpc_xmlparse %xmlrpc_xmltok %pthread, $(MY_LIBS))
 endif
 
 # Solaris has filio.h