Package: redhat-cluster
Version: 1.02.00-5
Severity: normal
Tags: patch
Hi,
Attached is the diff for my redhat-cluster 1.02.00-5.1 NMU.
diff -u redhat-cluster-1.02.00/debian/changelog
redhat-cluster-1.02.00/debian/changelog
--- redhat-cluster-1.02.00/debian/changelog
+++ redhat-cluster-1.02.00/debian/changelog
@@ -1,3 +1,11 @@
+redhat-cluster (1.02.00-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add -lpthread when linking libdlm; fixes FTBFS on
+ mips/mipsel. (Closes: #358311)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]> Sat, 3 Jun 2006 02:20:06 +0200
+
redhat-cluster (1.02.00-5) unstable; urgency=low
* Don't use ld directly.
only in patch2:
unchanged:
--- redhat-cluster-1.02.00.orig/dlm/lib/Makefile
+++ redhat-cluster-1.02.00/dlm/lib/Makefile
@@ -46,10 +46,10 @@
${RANLIB} libdlm_lt.a
$(LIBNAME).so.${RELEASE_MAJOR}.${RELEASE_MINOR}: libdlm.po
- $(CC) -shared -o $@ -Wl,-soname=$(LIBNAME).so.$(RELEASE_MAJOR) $^
+ $(CC) -shared -o $@ -Wl,-soname=$(LIBNAME).so.$(RELEASE_MAJOR) $^
-lpthread
$(LIBNAME)_lt.so.${RELEASE_MAJOR}.${RELEASE_MINOR}: libdlm_lt.po
- $(CC) -shared -o $@ -Wl,-soname=$(LIBNAME)_lt.so.$(RELEASE_MAJOR) $^
+ $(CC) -shared -o $@ -Wl,-soname=$(LIBNAME)_lt.so.$(RELEASE_MAJOR) $^
-lpthread
libdlm.po: libdlm.c
$(CC) $(CFLAGS) -D_REENTRANT -c -o $@ $<