13 lines
267 B
Text
13 lines
267 B
Text
|
Index: lib/libutil/Makefile
|
||
|
--- lib/libutil/Makefile.orig
|
||
|
+++ lib/libutil/Makefile
|
||
|
@@ -45,7 +45,7 @@ TARGET_MODS = \
|
||
|
utf8 \
|
||
|
|
||
|
OMIT_LIBXMLRPC_UTIL_RULE=Y
|
||
|
-MAJ=3
|
||
|
+MAJ=$(LIB_MAJ)
|
||
|
# Major number of shared libraries in this directory
|
||
|
|
||
|
include $(SRCDIR)/common.mk
|