- Update to version 4.6.1 - Upstream does not provide a changelog - Add patches: * 0001-Fix-narrowing-conversion-error.patch * 0001-Use-explicit-cast-and-prevent-compiler-error.patch * wvstreams-4.6.1-fix-stack-size.patch * wvstreams-4.6.1-gcc10.patch * wvstreams-4.6.1-gcc47.patch * wvstreams-4.6.1-magic.patch * wvstreams-4.6.1-make.patch * wvstreams-4.6.1-multilib.patch * wvstreams-4.6.1-openssl11.patch * wvstreams-4.6.1-statinclude.patch * wvstreams-4.6.1-use_DEFAULT_SOURCE.patch - Delete patches: * 73045.diff * sentinel.diff * set-empty.diff * wvcrash.diff * wvstreams-buildcompare.patch * wvstreams-fixrace.patch * wvstreams-gcc43.patch * wvstreams-gcc47.patch * wvstreams-headers.patch * wvstreams-wvmodem-iotcl.patch OBS-URL: https://build.opensuse.org/request/show/957628 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wvstreams?expand=0&rev=32
32 lines
870 B
Diff
32 lines
870 B
Diff
diff --git a/include/wvautoconf.h.in b/include/wvautoconf.h.in
|
|
index 06f5db2..decba99 100644
|
|
--- a/include/wvautoconf.h.in
|
|
+++ b/include/wvautoconf.h.in
|
|
@@ -65,7 +65,7 @@
|
|
#undef HAVE_LIBCRYPTO
|
|
|
|
/* Whether libc supports __libc_stack_end */
|
|
-#undef HAVE_LIBC_STACK_END
|
|
+/* #undef HAVE_LIBC_STACK_END */
|
|
|
|
/* Define to 1 if you have the `pam' library (-lpam). */
|
|
#undef HAVE_LIBPAM
|
|
@@ -169,7 +169,7 @@
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define to 1 if you have the <valgrind/memcheck.h> header file. */
|
|
-#undef HAVE_VALGRIND_MEMCHECK_H
|
|
+/* #undef HAVE_VALGRIND_MEMCHECK_H */
|
|
|
|
/* Define to 1 if you have the <zlib.h> header file. */
|
|
#undef HAVE_ZLIB_H
|
|
@@ -204,7 +204,7 @@
|
|
#undef VERBOSE_PACKAGE_VERSION
|
|
|
|
/* Extra version string. */
|
|
-#undef VER_STRING_EXTRA
|
|
+/*#define VER_STRING_EXTRA " (Red Hat Buildsystem)"*/
|
|
|
|
/* Define to enable DBUS support. */
|
|
#undef WITH_DBUS
|