Files
rdesktop/rdesktop-fix_pkgconfig_check.patch
Christian Wittmer 006a4e26b9 Accepting request 1138147 from home:manfred999:branches:X11:Utilities
Some assorted fixes found in the "Issues" and "Pull requests" sections of the rdesktop github site:
- add patch fix_C99_issue_in_configure.patch to fix detection of statvfs64
- add patch fix_dashes_in_manpage.patch to prevent dashes from being utf8 mangled
- add patch fix_segfault_in_utils_cert_handle_exception.patch
- add patch fix_wrong_string_null_terminated.patch to null-terminate
    the correct variable
- adjust patch rdesktop-fix_pkgconfig_check.patch so it can be applied with "-p1"
- minor spec cleanup

OBS-URL: https://build.opensuse.org/request/show/1138147
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/rdesktop?expand=0&rev=53
2024-01-15 18:12:17 +00:00

19 lines
640 B
Diff

--- a/configure.ac.orig 2019-09-20 10:03:48.000000000 +0300
+++ b/configure.ac 2019-11-11 16:59:53.567498044 +0300
@@ -45,15 +45,6 @@
AC_CHECK_TOOL(STRIP, strip, :)
-dnl Don't depend on pkg-config
-m4_ifdef([PKG_CHECK_MODULES], [], [
- m4_errprint([warning: pkg-config checks are not available])
- m4_defun([PKG_CHECK_MODULES], [
- AC_MSG_WARN([pkg-config not available, cannot check for $2])
- $4
- ])
-])
-
dnl Add option to build with using address sanitizer
AC_ARG_ENABLE([address-sanitizer], AS_HELP_STRING([--enable-address-sanitizer], \
[enable AddressSanitizer support for detecting a wide variety of \