Hi Steven,

in attachment there is a patch that fixes the toplevel Makefile in trunk/
to install properly liblogsys along with libtotem_pg.

I have been told today that my MUA is not setting properly the mimetype for
attachment. The patch is _not_ encrypted (but the MUA lies)

If you can't extract it from this mail, a copy is available here:
http://people.ubuntu.com/~fabbione/001_for_upstream.dpatch

Please apply before releasing 0.83.

Thanks
Fabio

-- 
I'm going to make him an offer he can't refuse.
#! /bin/sh /usr/share/dpatch/dpatch-run
## 001_for_upstream.dpatch by  <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad openais-0.82~/Makefile openais-0.82/Makefile
--- openais-0.82~/Makefile      2007-10-30 06:06:52.000000000 +0100
+++ openais-0.82/Makefile       2007-10-30 06:12:07.000000000 +0100
@@ -117,6 +117,8 @@
                  saMsg.h cpg.h cfg.h evs.h ipc_gen.h mar_gen.h swab.h     \
                  ais_util.h
 
+EXEC_LIBS      = totem_pg logsys
+
 install: all
        mkdir -p $(DESTDIR)$(SBINDIR)
        mkdir -p $(DESTDIR)$(INCLUDEDIR)
@@ -132,17 +134,25 @@
        mkdir -p $(DESTDIR)$(ETCDIR)/ld.so.conf.d
 
 
-       ln -sf libtotem_pg.so.2.0.0 $(builddir)exec/libtotem_pg.so
-       ln -sf libtotem_pg.so.2.0.0 $(builddir)exec/libtotem_pg.so.2
-       $(CP) -a $(builddir)exec/libtotem_pg.so $(DESTDIR)$(LIBDIR)
-       $(CP) -a $(builddir)exec/libtotem_pg.so.2 $(DESTDIR)$(LIBDIR)
-       install -m 755 $(builddir)exec/libtotem_pg.so.2.* $(DESTDIR)$(LIBDIR)
+       for eLib in $(EXEC_LIBS); do                                    \
+           ln -sf lib$$eLib.so.2.0.0 exec/lib$$eLib.so;                \
+           ln -sf lib$$eLib.so.2.0.0 exec/lib$$eLib.so.2;              \
+           $(CP) -a $(builddir)exec/lib$$eLib.so $(DESTDIR)$(LIBDIR);  \
+           $(CP) -a $(builddir)exec/lib$$eLib.so.2 $(DESTDIR)$(LIBDIR);\
+           install -m 755 exec/lib$$eLib.so.2 $(DESTDIR)$(LIBDIR);     \
+           if [ "xYES" = "x$(STATICLIBS)" ]; then                      \
+               install -m 755 $(builddir)exec/lib$$eLib.a $(DESTDIR)$(LIBDIR); 
\
+               if [ ${OPENAIS_COMPAT} = "DARWIN" ]; then               \
+                   ranlib $(DESTDIR)$(LIBDIR)/lib$$aLib.a;             \
+               fi                                                      \
+           fi                                                          \
+       done
 
        for aLib in $(AIS_LIBS); do                                     \
            ln -sf lib$$aLib.so.2.0.0 lib/lib$$aLib.so;                 \
            ln -sf lib$$aLib.so.2.0.0 lib/lib$$aLib.so.2;               \
-           $(CP) -a $(builddir)lib/lib$$aLib.so $(DESTDIR)$(LIBDIR);           
\
-           $(CP) -a $(builddir)lib/lib$$aLib.so.2 $(DESTDIR)$(LIBDIR);         
\
+           $(CP) -a $(builddir)lib/lib$$aLib.so $(DESTDIR)$(LIBDIR);   \
+           $(CP) -a $(builddir)lib/lib$$aLib.so.2 $(DESTDIR)$(LIBDIR); \
            install -m 755 lib/lib$$aLib.so.2.* $(DESTDIR)$(LIBDIR);    \
            if [ "xYES" = "x$(STATICLIBS)" ]; then                      \
                install -m 755 $(builddir)lib/lib$$aLib.a $(DESTDIR)$(LIBDIR);  
\
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to