packages: libebml/libebml-makefile.patch, libebml/libebml.spec - rel 2; bui...

arekm arekm at pld-linux.org
Sat Feb 26 07:44:07 CET 2011


Author: arekm                        Date: Sat Feb 26 06:44:07 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2; build/link using cxx

---- Files affected:
packages/libebml:
   libebml-makefile.patch (1.13 -> 1.14) , libebml.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: packages/libebml/libebml-makefile.patch
diff -u packages/libebml/libebml-makefile.patch:1.13 packages/libebml/libebml-makefile.patch:1.14
--- packages/libebml/libebml-makefile.patch:1.13	Mon Jan 31 21:22:50 2011
+++ packages/libebml/libebml-makefile.patch	Sat Feb 26 07:44:02 2011
@@ -40,7 +40,7 @@
 -
  %.lo: %$(EXTENSION)
 -	$(CXX) -c $(COMPILEFLAGS) -fPIC -o $@ $<
-+	$(LIBTOOL) --mode=compile --tag=CC $(CXX) -c $(COMPILEFLAGS) -o $@ $<
++	$(LIBTOOL) --mode=compile --tag=CXX $(CXX) -c $(COMPILEFLAGS) -o $@ $<
  
  $(LIBRARY): $(objects)
 -	$(AR) rcvu $@ $(objects)
@@ -50,7 +50,7 @@
 -	$(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so)
 -	rm -f $(LIBRARY_SO)
 -	ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
-+	$(LIBTOOL) --mode=link --tag=CC $(LD) $(LDFLAGS) -version-info 3:0:0 -o $@ $^ $(LIBS) -rpath $(libdir)
++	$(LIBTOOL) --mode=link --tag=CXX $(LD) $(LDFLAGS) -version-info 3:0:0 -o $@ $^ $(LIBS) -rpath $(libdir)
  
  clean:
  	rm -f $(objects) $(objects_so)
@@ -90,3 +90,4 @@
  
  
  ifneq ($(wildcard .depend),)
+

================================================================
Index: packages/libebml/libebml.spec
diff -u packages/libebml/libebml.spec:1.31 packages/libebml/libebml.spec:1.32
--- packages/libebml/libebml.spec:1.31	Mon Jan 31 21:22:50 2011
+++ packages/libebml/libebml.spec	Sat Feb 26 07:44:02 2011
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	Biblioteka dostępu rozszerzalnego metajęzyka binarnego
 Name:		libebml
 Version:	1.2.0
-Release:	1
+Release:	2
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
@@ -101,6 +101,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2011/02/26 06:44:02  arekm
+- rel 2; build/link using cxx
+
 Revision 1.31  2011/01/31 20:22:50  qboosh
 - updated to 1.2.0 (new soname)
 - updated makefile patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libebml/libebml-makefile.patch?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libebml/libebml.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list