summaryrefslogtreecommitdiff
path: root/databases/firebird30-server/files/patch-builds-posix_Makefile.in.plugins_examples
blob: 4a58a2a2fe229a1dd88610fc9d68607315bcfbb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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