SOURCES: xalan-c-soname.patch (NEW) - set libxalanMsg soname (hack...

qboosh qboosh at pld-linux.org
Mon Jan 22 15:54:07 CET 2007


Author: qboosh                       Date: Mon Jan 22 14:54:07 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- set libxalanMsg soname (hack, pkgdata -r didn't work)

---- Files affected:
SOURCES:
   xalan-c-soname.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xalan-c-soname.patch
diff -u /dev/null SOURCES/xalan-c-soname.patch:1.1
--- /dev/null	Mon Jan 22 15:54:07 2007
+++ SOURCES/xalan-c-soname.patch	Mon Jan 22 15:54:02 2007
@@ -0,0 +1,11 @@
+--- xml-xalan/c/src/xalanc/Utils/Makefile.in.orig	2005-08-16 03:06:47.000000000 +0200
++++ xml-xalan/c/src/xalanc/Utils/Makefile.in	2007-01-22 15:02:37.618134000 +0100
+@@ -101,7 +101,7 @@
+ $(MESSAGELIB) : $(XSL_NLS_DIR)/icu/$(LOCALE).txt
+ 	$(GENRB) -p $(LOC_PROJECT_NAME) -d $(XSL_NLS_DIR)/icu -i $(XSL_NLS_DIR)/icu $(XSL_NLS_DIR)/icu/$(LOCALE).txt
+ 	echo $(XSL_NLS_DIR)/icu/$(LOC_PROJECT_NAME)_$(LOCALE).res > $(XSL_NLS_DIR)/icu/res-file-list.txt
+-	$(PKGDATA) --name $(LOC_PROJECT_NAME) -T $(XSL_NLS_DIR)/icu -v -O $(ICUROOT)/lib/icu/Makefile.inc  --mode dll -d $(XSL_LIB_DIR) $(XSL_NLS_DIR)/icu/res-file-list.txt -M "prefix=$(ICUROOT) TARGET=$(LOC_LIB)"   
++	$(PKGDATA) --name $(LOC_PROJECT_NAME) -T $(XSL_NLS_DIR)/icu -v -O $(ICUROOT)/lib/icu/Makefile.inc  --mode dll -d $(XSL_LIB_DIR) $(XSL_NLS_DIR)/icu/res-file-list.txt -M "prefix=$(ICUROOT) TARGET=$(LOC_LIB) BIR_LDFLAGS=\"-Bsymbolic -Wl,-soname,$(LOC_LIBNAME)$(SHLIBSUFFIX).$(LIB_MAJOR_VER)\""
+ 	$(LN) -fs $(LOC_LIB) $(XSL_LIB_DIR)/$(LOC_LIBNAME)$(SHLIBSUFFIX)
+ ifeq ($(PLATFORM), AIX)
+ 	$(LN) -fs $(LOC_LIB) $(XSL_LIB_DIR)/$(LOC_LIBNAME)$(LIB_MAJOR_VER)$(SHLIBSUFFIX)
================================================================


More information about the pld-cvs-commit mailing list