Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
3787797f
Commit
3787797f
authored
Jul 14, 2007
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support for finding gssapi functions in the library "gss", as required
by Solaris 10 and possibly others. Stefan Kaltenbrunner
parent
2789b727
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+1
-1
configure.in
configure.in
+2
-2
No files found.
configure
View file @
3787797f
...
...
@@ -6824,7 +6824,7 @@ fi
rm
-f
conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
if
test
"
$ac_cv_search_gss_init_sec_context
"
=
no
;
then
for
ac_lib
in
gssapi_krb5
'gssapi -lkrb5 -lcrypto'
;
do
for
ac_lib
in
gssapi_krb5
gss
'gssapi -lkrb5 -lcrypto'
;
do
LIBS
=
"-l
$ac_lib
$ac_func_search_save_LIBS
"
cat
>
conftest.
$ac_ext
<<
_ACEOF
/* confdefs.h. */
...
...
configure.in
View file @
3787797f
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.52
0 2007/07/12 14:36:52
mha Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.52
1 2007/07/14 11:13:28
mha Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
...
...
@@ -767,7 +767,7 @@ fi
if test "$with_gssapi" = yes ; then
if test "$PORTNAME" != "win32"; then
AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 'gssapi -lkrb5 -lcrypto'], [],
AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5
gss
'gssapi -lkrb5 -lcrypto'], [],
[AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])
else
LIBS="$LIBS -lgssapi32"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment