12 lines
327 B
Text
12 lines
327 B
Text
Index: lib/expat/xmltok/Makefile
|
|
--- lib/expat/xmltok/Makefile.orig
|
|
+++ lib/expat/xmltok/Makefile
|
|
@@ -41,7 +41,7 @@ SHARED_LIBS_TO_INSTALL := libxmlrpc_xmltok
|
|
TARGET_MODS = xmltok xmlrole
|
|
|
|
OMIT_XMLTOK_LIB_RULE = Y
|
|
-MAJ=3
|
|
+MAJ=$(LIB_MAJ)
|
|
# Major number of shared libraries in this directory
|
|
|
|
include $(SRCDIR)/common.mk
|