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

Commit1d77afe

Browse files
committed
Don't define FRONTEND for libpq
Not needed anymore after7143b3e.Discussion:https://postgr.es/m/20220820194550.725755r6fj2ro3rx@awork3.anarazel.de
1 parent9352d5c commit1d77afe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎src/interfaces/libpq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NAME= pq
2222
SO_MAJOR_VERSION= 5
2323
SO_MINOR_VERSION=$(MAJORVERSION)
2424

25-
overrideCPPFLAGS := -DFRONTEND -I$(srcdir)$(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
25+
overrideCPPFLAGS := -I$(srcdir)$(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
2626
ifneq ($(PORTNAME), win32)
2727
overrideCFLAGS +=$(PTHREAD_CFLAGS)
2828
endif

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ sub mkvcbuild
263263

264264
$libpq =$solution->AddProject('libpq','dll','interfaces',
265265
'src/interfaces/libpq');
266-
$libpq->AddDefine('FRONTEND');
267266
$libpq->AddIncludeDir('src/port');
268267
$libpq->AddLibrary('secur32.lib');
269268
$libpq->AddLibrary('ws2_32.lib');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp