... and config.h

This commit is contained in:
Petr Machata 2012-04-11 13:32:06 +02:00
parent eb7a70795a
commit 66bd20ff53
2 changed files with 26 additions and 3 deletions

View File

@ -187,3 +187,26 @@ index 67e1f93..82a4154 100644
--
1.7.7.6
diff -up ./config.h.in~ ./config.h.in
--- ./config.h.in~ 2011-02-14 17:01:18.000000000 +0100
+++ ./config.h.in 2012-04-11 13:19:10.000000000 +0200
@@ -45,6 +45,9 @@
/* we have libiberty */
#undef HAVE_LIBIBERTY
+/* Define to 1 if you have the `selinux' library (-lselinux). */
+#undef HAVE_LIBSELINUX
+
/* we have libsupc++ */
#undef HAVE_LIBSUPC__
@@ -72,6 +75,9 @@
/* Define to 1 if you have the `rmdir' function. */
#undef HAVE_RMDIR
+/* Define to 1 if you have the <selinux/selinux.h> header file. */
+#undef HAVE_SELINUX_SELINUX_H
+
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H

View File

@ -1,7 +1,7 @@
Summary: Tracks runtime library calls from dynamically linked executables
Name: ltrace
Version: 0.6.0
Release: 8%{?dist}
Release: 9%{?dist}
URL: http://ltrace.alioth.debian.org/
License: GPLv2+
Group: Development/Debuggers
@ -89,8 +89,8 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/ltrace.conf
%changelog
* Wed Apr 11 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-8
- And patch configure, not just configure.ac
* Wed Apr 11 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-9
- And patch configure and config.h, not just configure.ac
- Resolves: #810973
* Wed Apr 11 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-7