Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
dump
dump-0.4b43-configure.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dump-0.4b43-configure.patch of Package dump
--- MCONFIG.in +++ MCONFIG.in @@ -17,8 +17,8 @@ MANGRP= @MANGRP@ MANMODE= @MANMODE@ -INSTALLBIN= $(INSTALL) -o $(BINOWNER) -g $(BINGRP) -m $(BINMODE) -INSTALLMAN= $(INSTALL) -o $(MANOWNER) -g $(MANGRP) -m $(MANMODE) +INSTALLBIN= $(INSTALL) -m $(BINMODE) +INSTALLMAN= $(INSTALL) -m $(MANMODE) prefix= @prefix@ exec_prefix= @exec_prefix@ --- configure.in +++ configure.in @@ -24,6 +24,8 @@ CPPFLAGS="-D_BSD_SOURCE -D_USE_BSD_SIGNAL ${CPPFLAGS}" +AC_HEADER_STDC + dnl dnl Handle --enable-debug dnl @@ -510,7 +512,7 @@ dnl dnl Check for rl_completion_matches dnl -AC_CHECK_LIB(readline, rl_completion_matches, [rlcm=yes], [rlcm=no], "-ltermcap") +AC_CHECK_LIB(readline, rl_completion_matches, [rlcm=yes], [rlcm=no]) if test "$rlcm" = yes; then AC_DEFINE([HAVE_READLINE_RLCM],1,[Define this if your readline libs have the rl_completion_matches library.]) fi @@ -518,7 +520,7 @@ dnl dnl Check for rl_completion_append_character dnl -AC_CHECK_LIB(readline, rl_completion_append_character, [rcac=yes], [rcac=no], "-ltermcap") +AC_CHECK_LIB(readline, rl_completion_append_character, [rcac=yes], [rcac=no]) if test "$rcac" = yes; then AC_DEFINE([HAVE_READLINE_CAC],1,[Define this if your readline libs have the rl_completion_append_character variable.]) fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor