Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.
This commit is contained in:
parent
ed69cf5d23
commit
c52bafca45
@ -1,8 +1,8 @@
|
|||||||
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.7 2006/01/19 20:00:54 momjian Exp $
|
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.8 2006/01/19 20:45:29 momjian Exp $
|
||||||
DLLTOOL= dlltool
|
DLLTOOL= dlltool
|
||||||
DLLWRAP= dllwrap
|
DLLWRAP= dllwrap
|
||||||
ifdef PGXS
|
ifdef PGXS
|
||||||
BE_DLLLIBS= -L$(DESTDIR)$(libdir) -lpostgres
|
BE_DLLLIBS= -L$(libdir) -lpostgres
|
||||||
else
|
else
|
||||||
BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres
|
BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres
|
||||||
endif
|
endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.8 2006/01/19 20:00:54 momjian Exp $
|
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.9 2006/01/19 20:45:29 momjian Exp $
|
||||||
|
|
||||||
# Use replacement include files for those missing on Win32
|
# Use replacement include files for those missing on Win32
|
||||||
override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
|
override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
|
||||||
@ -6,7 +6,7 @@ override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
|
|||||||
DLLTOOL= dlltool
|
DLLTOOL= dlltool
|
||||||
DLLWRAP= dllwrap
|
DLLWRAP= dllwrap
|
||||||
ifdef PGXS
|
ifdef PGXS
|
||||||
BE_DLLLIBS= -L$(DESTDIR)$(libdir) -lpostgres
|
BE_DLLLIBS= -L$(libdir) -lpostgres
|
||||||
else
|
else
|
||||||
BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres
|
BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user