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

Commitdc27aab

Browse files
author
Michael Paquier
committed
Remove unneeded filters to lxml2 and lxslt
Those are dependent with how Postgres is compiled, so it makes littlesense to actually have that.
1 parent84d7ec5 commitdc27aab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ PG_CONFIG = pg_config
4040
PGXS :=$(shell$(PG_CONFIG) --pgxs)
4141
include$(PGXS)
4242

43-
# remove dependency to libxml2 and libxslt
44-
LIBS :=$(filter-out -lxml2,$(LIBS))
45-
LIBS :=$(filter-out -lxslt,$(LIBS))
46-
4743
$(OBJS): pg_arman.h
4844

4945
# Part related to documentation

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp