-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GNU/Hurd and GNU/*BSD patch #838
Comments
CUPS.org User: mike Note: their patch is incorrect - it tests for sigset on Linux and GNU HURD instead of testing on all platforms except Linux and GNU HURD. Also, I've simplified things a bit - see the attached patch. |
CUPS.org User: mike Fixed in CVS - the anonymous CVS repository will be updated at midnight EST. |
"hurd.patch": diff -ur cupsys-1.1.20final+rc1.old/config-scripts/cups-common.m4 cupsys-1.1.20final+rc1/config-scripts/cups-common.m4 dnl Checks for signal functions.
AC_CHECK_FUNCS(sigaction) diff -ur cupsys-1.1.20final+rc1.old/config-scripts/cups-directories.m4 cupsys-1.1.20final+rc1/config-scripts/cups-directories.m4
+dnl Prevent GNU/k_BSD from matching the BSD rule below dnl Set the CUPS_LOCALE directory...
|
"str838.patch": Index: cups-common.m4RCS file: /development/cvs/cups/config-scripts/cups-common.m4,v case "$uname" in
dnl Checks for signal functions.
Index: cups-compiler.m4RCS file: /development/cvs/cups/config-scripts/cups-compiler.m4,v
|
Version: 1.1-current
CUPS.org User: kmuto.debian
Hi,
I received a patch for GNU/Hurd (and GNU/k*BSD) ready from Robert Millan rmh@debian.org.
I saw this and looks work and doesn't corrupt anything.
Thanks,
The text was updated successfully, but these errors were encountered: