[cpl-plugin-uves] 05/05: Fix blhc warnings

Ole Streicher olebole-guest at moszumanska.debian.org
Wed Jan 29 11:37:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository cpl-plugin-uves.

commit ecc85c5f796612cdc061cf55fe18f85b9c04caee
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Jan 29 12:34:08 2014 +0100

    Fix blhc warnings
---
 debian/patches/fix_compiler_errors.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/debian/patches/fix_compiler_errors.patch b/debian/patches/fix_compiler_errors.patch
index 3e3800e..d1f614d 100644
--- a/debian/patches/fix_compiler_errors.patch
+++ b/debian/patches/fix_compiler_errors.patch
@@ -315,3 +315,25 @@ Description: Fix format security errors
  
  static void
  test_property_dump(cpl_property *property)
+--- a/uves/tests/Makefile.am
++++ b/uves/tests/Makefile.am
+@@ -31,7 +31,7 @@
+ AM_CPPFLAGS = $(all_includes)
+ 
+ LDADD = $(LIBUVES) $(LIBFLAMES) $(LIBCPLUI) $(LIBCPLCORE) $(LIBCEXT) $(LIBCFITSIO) -lqfits
+-LDFLAGS = $(CPL_LDFLAGS)
++AM_LDFLAGS = $(CPL_LDFLAGS)
+ 
+ pkginclude_HEADERS =
+ 
+--- a/flames/tests/Makefile.am
++++ b/flames/tests/Makefile.am
+@@ -31,7 +31,7 @@
+ AM_CPPFLAGS = $(all_includes)
+ 
+ LDADD = $(LIBFLAMES) $(LIBUVES) $(LIBCPLCORE) $(LIBCPLUI) $(LIBCPLDRS)
+-LDFLAGS = $(CPL_LDFLAGS)
++AM_LDFLAGS = $(CPL_LDFLAGS)
+ #AM_LDFLAGS = -static
+ 
+ pkginclude_HEADERS =

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-uves.git



More information about the debian-science-commits mailing list