diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-22 22:10:35 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-22 22:10:35 +0000 |
commit | 43efac37ab9fd12a584d1969329de9794209c9a8 (patch) | |
tree | 29b4774d0214c7693c4073a82ce30bbab7b42152 /package/rxvt/rxvt-2.7.5-include.patch | |
parent | 53b07783daf19f13bf79641015bf530c2a886016 (diff) |
rxvt: don't use getpt()
uClibc can be (and per default is) configured to not implement the glibc
function getpt(3), so use the non-getpt rxvt configuration.
Diffstat (limited to 'package/rxvt/rxvt-2.7.5-include.patch')
-rw-r--r-- | package/rxvt/rxvt-2.7.5-include.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/rxvt/rxvt-2.7.5-include.patch b/package/rxvt/rxvt-2.7.5-include.patch new file mode 100644 index 000000000..4ad51bbed --- /dev/null +++ b/package/rxvt/rxvt-2.7.5-include.patch @@ -0,0 +1,17 @@ +uClibc doesn't have <sys/stropts.h> +--- + src/init.h | 1 - + 1 file changed, 1 deletion(-) + +Index: rxvt-2.7.5/src/init.h +=================================================================== +--- rxvt-2.7.5.orig/src/init.h ++++ rxvt-2.7.5/src/init.h +@@ -16,7 +16,6 @@ + + #if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__) + # include <sys/resource.h> /* for struct rlimit */ +-# include <sys/stropts.h> /* for I_PUSH */ + # define _NEW_TTY_CTRL /* to get proper defines in <termios.h> */ + #endif + |