commit 13ca42f7e063c6a6b93cc9d1a02d6b54090427fd
Author: Jelmer Vernooĳ <jelmer@samba.org>
Date:   Mon Jul 7 04:04:28 2014 +0200

    Pass ldflags to linker when building schemaIDGUID.

diff --git a/Makefile b/Makefile
index 4f6d7fc..28f65e9 100644
--- a/Makefile
+++ b/Makefile
@@ -1410,7 +1410,7 @@ clean:: schemaIDGUID-clean
 
 bin/schemaIDGUID: utils/schemaIDGUID.o
 	@echo "Linking $@"
-	@$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
+	@$(CC) $(CFLAGS) -o $@ $^ $(LIBS) $(LDFLAGS)
 
 ###################
 # check_fasttransfer test app.
