Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9cf2706

Browse files
committed
Allow augmenting CPPFLAGS from the configure command line. This generally
works, but some platform templates overwrote it without asking.
1 parent876ef5d commit9cf2706

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/template/hpux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $PostgreSQL: pgsql/src/template/hpux,v 1.15 2006/03/11 04:38:41 momjian Exp $
1+
# $PostgreSQL: pgsql/src/template/hpux,v 1.16 2006/12/12 19:43:19 petere Exp $
22

3-
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
3+
CPPFLAGS="$CPPFLAGS-D_XOPEN_SOURCE_EXTENDED"
44

55
if test "$GCC" != yes ; then
66
CC="$CC -Ae"

‎src/template/linux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/template/linux,v 1.28 2006/03/11 04:38:41 momjian Exp $
1+
# $PostgreSQL: pgsql/src/template/linux,v 1.29 2006/12/12 19:43:19 petere Exp $
22

33
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
4-
CPPFLAGS="-D_GNU_SOURCE"
4+
CPPFLAGS="$CPPFLAGS-D_GNU_SOURCE"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp