5bda13
diff --git a/setup.py b/setup.py
5bda13
index bf272ba..824957d 100644
5bda13
--- a/setup.py
5bda13
+++ b/setup.py
5bda13
@@ -465,15 +465,6 @@ EXTRA_COMPILE_FLAGS = (EXTRA_INCLUDES + CPPFLAGS + EXTRA_CPPFLAGS +
5bda13
         CFLAGS + EXTRA_CFLAGS + APR_INCLUDES + APU_INCLUDES)
5bda13
 EXTRA_LINK_ARGS = PYTHON_LDFLAGS + PYTHON_LDLIBS
5bda13
 
5bda13
-# Force adding of LD_RUN_PATH for platforms that may need it.
5bda13
-
5bda13
-if os.name != 'nt':
5bda13
-    LD_RUN_PATH = os.environ.get('LD_RUN_PATH', '')
5bda13
-    LD_RUN_PATH += ':%s:%s' % (PYTHON_LIBDIR, PYTHON_CFGDIR)
5bda13
-    LD_RUN_PATH = LD_RUN_PATH.lstrip(':')
5bda13
-
5bda13
-    os.environ['LD_RUN_PATH'] = LD_RUN_PATH
5bda13
-
5bda13
 # On MacOS X, recent versions of Apple's Apache do not support compiling
5bda13
 # Apache modules with a target older than 10.8. This is because it
5bda13
 # screws up Apache APR % formats for apr_time_t, which breaks daemon