12 lines
284 B
Text
12 lines
284 B
Text
Index: src/cpp/Makefile
|
|
--- src/cpp/Makefile.orig
|
|
+++ src/cpp/Makefile
|
|
@@ -72,7 +72,7 @@ TARGET_MODS_PP = \
|
|
$(LIBXMLRPC_PACKETSOCKET_MODS) \
|
|
|
|
OMIT_CPP_LIB_RULES = Y
|
|
-MAJ = 8
|
|
+MAJ = $(LIB_MAJ)
|
|
# Major number of shared libraries in this directory
|
|
|
|
include $(SRCDIR)/common.mk
|