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
5e4c8aee
Commit
5e4c8aee
authored
May 19, 2009
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation string for LDFLAGS_SL in configure --help output.
parent
9ca99cda
Changes
2
Show 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 @
5e4c8aee
...
@@ -1431,7 +1431,7 @@ Some influential environment variables:
...
@@ -1431,7 +1431,7 @@ Some influential environment variables:
CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
you have headers in a nonstandard directory <include dir>
CPP C preprocessor
CPP C preprocessor
LDFLAGS_SL
LDFLAGS_SL
linker flags for shared library linking
DOCBOOKSTYLE
DOCBOOKSTYLE
location of DocBook stylesheets
location of DocBook stylesheets
...
...
configure.in
View file @
5e4c8aee
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.59
6 2009/05/15 02:18:27 scrappy
Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.59
7 2009/05/19 22:32:41 petere
Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -794,7 +794,7 @@ AC_SUBST(ELF_SYS)
...
@@ -794,7 +794,7 @@ AC_SUBST(ELF_SYS)
CPPFLAGS="$CPPFLAGS $INCLUDES"
CPPFLAGS="$CPPFLAGS $INCLUDES"
LDFLAGS="$LDFLAGS $LIBDIRS"
LDFLAGS="$LDFLAGS $LIBDIRS"
AC_ARG_VAR(LDFLAGS_SL)
AC_ARG_VAR(LDFLAGS_SL
, [linker flags for shared library linking]
)
PGAC_PROG_LD
PGAC_PROG_LD
AC_SUBST(LD)
AC_SUBST(LD)
...
...
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