13 lines
261 B
Text
13 lines
261 B
Text
|
Index: src/Makefile
|
||
|
--- src/Makefile.orig
|
||
|
+++ src/Makefile
|
||
|
@@ -117,7 +117,7 @@ TARGET_MODS = \
|
||
|
$(LIBXMLRPC_CLIENT_MODS) \
|
||
|
|
||
|
OMIT_XMLRPC_LIB_RULE=Y
|
||
|
-MAJ=3
|
||
|
+MAJ=$(LIB_MAJ)
|
||
|
# Major number of shared libraries in this directory
|
||
|
|
||
|
include $(SRCDIR)/common.mk
|