[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:38:22 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=fad8a94
The following commit has been merged in the master branch:
commit fad8a94e8cb22854ac2b7ce2076d0cd61c55ac8d
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Fri Mar 16 01:08:27 2007 +0000
Changed configuration to not use -g by default.
---
config/configure.ac | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/config/configure.ac b/config/configure.ac
index 07c67ad..1cdb394 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -18,8 +18,12 @@ AC_CONFIG_AUX_DIR([./config])
# ---------------------------------------------------------------------------
# Checks for programs.
# ---------------------------------------------------------------------------
+# Don't use -g to compile C++ code
+ac_cv_prog_cxx_g=no
AC_PROG_CXX
AC_PROG_CXXCPP
+# Don't use -g to compile C code
+ac_cv_prog_cc_g=no
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list