]> git.pld-linux.org Git - packages/libebml.git/commitdiff
- updated for 0.7.8
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Jul 2008 19:59:35 +0000 (19:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libebml-makefile.patch -> 1.10

libebml-makefile.patch

index 6da19af46d1be53baefd5afe7cca7f4d1996d512..e48c079b39cd06d77bc1d5969e59422a45d903d8 100644 (file)
@@ -1,5 +1,5 @@
---- libebml-0.7.7/make/linux/Makefile.orig     2006-03-30 21:05:11.000000000 +0200
-+++ libebml-0.7.7/make/linux/Makefile  2006-04-23 18:35:31.025168000 +0200
+--- libebml-0.7.8/make/linux/Makefile.orig     2006-06-02 16:32:15.000000000 +0200
++++ libebml-0.7.8/make/linux/Makefile  2008-07-13 21:37:16.422034707 +0200
 @@ -28,6 +28,7 @@
  INSTALL_OPTS = -m 644
  INSTALL_OPTS_LIB = -m 644
@@ -83,7 +83,7 @@
 -install_sharedlib: $(LIBRARY_SO)
 -      $(INSTALL) $(INSTALL_DIR_OPTS) -d $(libdir)
 -      $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY_SO_VER) $(libdir)
--      ln -s $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
+-      ln -fs $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
 +install_lib: $(LIBRARY)
 +      $(INSTALL) $(INSTALL_DIR_OPTS) -d $(DESTDIR)$(libdir)
 +      $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY) $(DESTDIR)$(libdir)
This page took 0.1616 seconds and 4 git commands to generate.