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

Commit94e2d98

Browse files
committed
The configure.in file erraneous assumes that FreeBSD 1.x and 2.x have
ELF capability.While this is true to some extent, this assumption makes it impossibleto compile PostgreSQL 7.1 and 7.2devel without the --disable-sharedswitch during configuration.Trond Endrest
1 parent7934c93 commit94e2d98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎configure.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,8 @@ AC_SUBST([odbcinst_ini_dir])
553553
# Assume system is ELF if it predefines __ELF__ as 1,
554554
# otherwise believe host_os based default.
555555
case $host_os in
556-
freebsd1*|freebsd2*) elf=yes;;
556+
freebsd1*|freebsd2*) elf=no;;
557+
freebsd3*|freebsd4*) elf=yes;;
557558
esac
558559

559560
AC_EGREP_CPP(yes,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp