diff options
Diffstat (limited to 'databases/firebird30-server/files/patch-builds-posix_Makefile.in.plugins_examples')
-rw-r--r-- | databases/firebird30-server/files/patch-builds-posix_Makefile.in.plugins_examples | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/firebird30-server/files/patch-builds-posix_Makefile.in.plugins_examples b/databases/firebird30-server/files/patch-builds-posix_Makefile.in.plugins_examples new file mode 100644 index 000000000000..4a58a2a2fe22 --- /dev/null +++ b/databases/firebird30-server/files/patch-builds-posix_Makefile.in.plugins_examples @@ -0,0 +1,12 @@ +--- builds/posix/Makefile.in.plugins_examples.orig 2021-03-27 11:14:37 UTC ++++ builds/posix/Makefile.in.plugins_examples +@@ -99,7 +99,7 @@ AllObjects += $(CA_Objects) + crypt_app: $(CRYPT_APP) + + $(CRYPT_APP): $(CA_Objects) +- $(EXE_LINK) $^ -o $@ $(FIREBIRD_LIBRARY_LINK) ++ $(EXE_LINK) $^ -o $@ $(LDFLAGS) $(FIREBIRD_LIBRARY_LINK) + + + include $(ROOT)/gen/make.shared.targets + |