]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/commitdiff
- updated pngminus patch
authorArtur Frysiak <artur@frysiak.net>
Sat, 19 Feb 2011 17:20:54 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- filter out -gdwarf-3 (ELF only)

Changed files:
    crossmingw32-libpng.spec -> 1.46
    libpng-pngminus.patch -> 1.7

crossmingw32-libpng.spec
libpng-pngminus.patch

index 9776c6d4479aec97daa4a7470c5209e589c5083b..21ff17763c10d9b57c696bd8c257691e0d522260 100644 (file)
@@ -40,6 +40,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %endif
 # -z options are invalid for mingw linker
 %define                filterout_ld    -Wl,-z,.*
+%define                filterout_c     -gdwarf-3
 
 %description
 The PNG library is a collection of routines used to create and
index 1ef91b03be06a6d0bf141b58c50a21b2337fc124..e1361579ca4a212beea17a094433a54164eae962 100644 (file)
@@ -5,7 +5,7 @@
  #PNGLIBS = $(PNGPATH)/lib/libpng12.a
  PNGINC = -I../..
 -PNGLIB = -L../.. -lpng
-+PNGLIB = -L../.. -L../../.libs -lpng12
++PNGLIB = -L../.. -L../../.libs -lpng14
  PNGLIBS = ../../libpng.a
  
  #ZPATH = /usr/local
This page took 0.081272 seconds and 4 git commands to generate.