gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / database / postgresql-14-mysql_fdw / patches / 02-use-full-path.patch
blobd9f683935491d21c69f720fadf7bc3f5fb7982f8
1 diff -wpruN '--exclude=*.orig' a~/Makefile a/Makefile
2 --- a~/Makefile 1970-01-01 00:00:00
3 +++ a/Makefile 1970-01-01 00:00:00
4 @@ -31,7 +31,7 @@ else
5 DLSUFFIX = .so
6 endif
8 -PG_CPPFLAGS += -D _MYSQL_LIBNAME=\"lib$(MYSQL_LIB)$(DLSUFFIX)\"
9 +PG_CPPFLAGS += -D _MYSQL_LIBNAME=\"$(MYSQL_LIBNAME)\"
11 ifdef USE_PGXS
12 PG_CONFIG = pg_config