summaryrefslogtreecommitdiff
path: root/databases/firebird30-server/files/patch-builds_posix_Makefile.in.plugins__examples
blob: a3cd068de57bf250c82f6877824897a5ba2c020a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- builds/posix/Makefile.in.plugins_examples.orig	2022-06-07 08:18:52 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