From 58c633fc539c2f3d707a108ef0a292623dd51024 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Oct 2008 16:38:02 +0200 Subject: [PATCH] python: remove unused LDFLAGS. --HG-- extra : convert_revision : 2fa4e41131b3efc75af869ead19a401f9ff0f4d9 --- templates/python.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/python.tmpl b/templates/python.tmpl index c14928b5844..e91121ee252 100644 --- a/templates/python.tmpl +++ b/templates/python.tmpl @@ -20,6 +20,3 @@ long_desc=" Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an extension language for existing applications." - -# While building it needs to look current dir for libs... -LDFLAGS="-L."