diff options
Diffstat (limited to 'security/trousers/files/patch-configure.in')
-rw-r--r-- | security/trousers/files/patch-configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/trousers/files/patch-configure.in b/security/trousers/files/patch-configure.in index ecdaa1d4d749..e1b82658d938 100644 --- a/security/trousers/files/patch-configure.in +++ b/security/trousers/files/patch-configure.in @@ -1,6 +1,6 @@ ---- configure.in.orig 2010-07-09 05:35:18.000000000 +0900 -+++ configure.in 2010-10-24 22:31:30.040556068 +0900 -@@ -75,6 +75,21 @@ +--- configure.in.orig 2014-04-24 18:05:43 UTC ++++ configure.in +@@ -72,6 +72,21 @@ AC_ARG_ENABLE(gcov, [CFLAGS="$CFLAGS -ftest-coverage -fprofile-arcs" AC_MSG_RESULT([*** Enabling gcov at user request ***])],) @@ -22,7 +22,7 @@ # profiling support AC_ARG_ENABLE(gprof, [AC_HELP_STRING([--enable-gprof], [enable profiling with gprof [default=off]])], -@@ -352,6 +367,8 @@ +@@ -356,6 +371,8 @@ AC_PROG_LIBTOOL AC_C_BIGENDIAN([AC_DEFINE(_BIG_ENDIAN, 1, [big-endian host])]) AC_CHECK_DECL(htole32, [AC_DEFINE(HTOLE_DEFINED, 1, [htole32 function is available])]) AC_CHECK_HEADER(sys/byteorder.h, [AC_DEFINE(HAVE_BYTEORDER_H, 1, [sys/byteorder.h header])]) @@ -31,7 +31,7 @@ AC_CHECK_FUNC(daemon, [ AC_DEFINE(HAVE_DAEMON, 1, [daemon function is available]) ]) if test "x${GCC}" = "xyes"; then -@@ -359,6 +376,7 @@ +@@ -363,6 +380,7 @@ if test "x${GCC}" = "xyes"; then fi CFLAGS="$CFLAGS -I../include \ |