Hello community,

here is the log from the commit of package freeimage for openSUSE:Factory 
checked in at 2016-06-19 10:48:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freeimage (Old)
 and      /work/SRC/openSUSE:Factory/.freeimage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freeimage"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freeimage/freeimage.changes      2016-02-26 
00:30:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.freeimage.new/freeimage.changes 2016-06-19 
10:48:43.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 13 13:01:54 UTC 2016 - [email protected]
+
+- Fix makefiles_fixes.patch to fix linking with as-needed: do list
+  libraries to link after the modules using them (boo#980069).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------

++++++ makefiles_fixes.patch ++++++
--- /var/tmp/diff_new_pack.yktXLR/_old  2016-06-19 10:48:44.000000000 +0200
+++ /var/tmp/diff_new_pack.yktXLR/_new  2016-06-19 10:48:44.000000000 +0200
@@ -2,7 +2,12 @@
 ===================================================================
 --- FreeImage.orig/Makefile.fip
 +++ FreeImage/Makefile.fip
-@@ -72,10 +72,10 @@
+@@ -70,14 +70,14 @@ $(STATICLIB): $(MODULES)
+       $(AR) r $@ $(MODULES)
+ 
+ $(SHAREDLIB): $(MODULES)
+-      $(CC) -shared -Wl,-soname,$(VERLIBNAME) $(LDFLAGS) -o $@ $(MODULES) 
$(LIBRARIES)
++      $(CC) -shared -Wl,-soname,$(VERLIBNAME) -o $@ $(MODULES) $(LDFLAGS) 
$(LIBRARIES)
  
  install:
        install -d $(INCDIR) $(INSTALLDIR)
@@ -21,7 +26,12 @@
 ===================================================================
 --- FreeImage.orig/Makefile.gnu
 +++ FreeImage/Makefile.gnu
-@@ -71,9 +71,9 @@
+@@ -57,13 +57,13 @@ $(STATICLIB): $(MODULES)
+       $(AR) r $@ $(MODULES)
+ 
+ $(SHAREDLIB): $(MODULES)
+-      $(CC) -shared -Wl,-soname,$(VERLIBNAME) $(LDFLAGS) -o $@ $(MODULES) 
$(LIBRARIES)
++      $(CC) -shared -Wl,-soname,$(VERLIBNAME) -o $@ $(MODULES) $(LDFLAGS) 
$(LIBRARIES)
  
  install:
        install -d $(INCDIR) $(INSTALLDIR)


Reply via email to