956fde0
diff --git a/builds/posix/Makefile.in.plugins_examples b/builds/posix/Makefile.in.plugins_examples
956fde0
index 989e80d..344f487 100644
956fde0
--- a/builds/posix/Makefile.in.plugins_examples
956fde0
+++ b/builds/posix/Makefile.in.plugins_examples
956fde0
@@ -101,7 +101,7 @@ AllObjects += $(CA_Objects)
956fde0
 crypt_app: $(CRYPT_APP)
956fde0
 
956fde0
 $(CRYPT_APP):	$(CA_Objects)
956fde0
-	$(EXE_LINK) $(LSB_UNDEF) $^ -o $@ $(FIREBIRD_LIBRARY_LINK)
956fde0
+	$(EXE_LINK) $(EXE_LINK_OPTIONS) $(LSB_UNDEF) $^ -o $@ $(FIREBIRD_LIBRARY_LINK)
956fde0
 
956fde0
 
956fde0
 include $(ROOT)/gen/make.shared.targets
956fde0
diff --git a/examples/extauth/Makefile b/examples/extauth/Makefile
956fde0
index 3c8b878..7de22a8 100644
956fde0
--- a/examples/extauth/Makefile
956fde0
+++ b/examples/extauth/Makefile
956fde0
@@ -61,8 +61,8 @@ KEYGEN_objects=$(INTERMED)/keygen.o
956fde0
 TCWRAP_objects=$(INTERMED)/TcWrapper.o
956fde0
 KEY_AUTH_objects=$(INTERMED)/ExtAuth.o
956fde0
 
956fde0
-CXXFLAGS=-std=c++17 -pthread -I$(ROOT)/include -fPIC $(TOMCRYPT_COMPILE)
956fde0
-LDFLAGS=-pthread -L$(LIB) -Wl,-rpath,'$$ORIGIN/../lib' $(TOMCRYPT_LINK)
956fde0
+CXXFLAGS+=-std=c++17 -pthread -I$(ROOT)/include -fPIC $(TOMCRYPT_COMPILE)
956fde0
+LDFLAGS+=-pthread -L$(LIB) -Wl,-rpath,'$$ORIGIN/../lib' $(TOMCRYPT_LINK)
956fde0
 
956fde0
 LINK_LIBS=-lfbclient -ltomcrypt -ltommath
956fde0