Added 'debug' flag to 'find_library_file()'.
diff --git a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py
index 799560c..9339850 100644
--- a/Lib/distutils/unixccompiler.py
+++ b/Lib/distutils/unixccompiler.py
@@ -317,7 +317,7 @@
         return "-l" + lib
 
 
-    def find_library_file (self, dirs, lib):
+    def find_library_file (self, dirs, lib, debug=0):
 
         for dir in dirs:
             shared = os.path.join (