diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-07-14 09:21:39 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-07-14 09:21:39 +0000 |
commit | b4f39054fecc9c1ed59eb10c005f2af4d127baf6 (patch) | |
tree | 3938cfdc87d07bdb85148767a32a91fc29005953 /app/luit/Makefile.in | |
parent | 3223071b0a0eb39730fc6e4e4e2d1428fdcb0537 (diff) |
Don't try to use grantpt() on OpenBSD. It causes crashes.
Problem reported by Jan Stary and Marcus Merighi, analysed by guenther@,
configure.ac patch by me.
Diffstat (limited to 'app/luit/Makefile.in')
-rw-r--r-- | app/luit/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/luit/Makefile.in b/app/luit/Makefile.in index ee8c5d88f..adf43b994 100644 --- a/app/luit/Makefile.in +++ b/app/luit/Makefile.in @@ -252,6 +252,8 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ |