changeset 4260:42d28f92253b SDL-1.2

Removed -rpath from link line. We don't need to look in the library's install dir for dependencies; They are all system libraries that should be in other path lists anyhow. Fixes Bugzilla #499.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 28 Sep 2009 18:21:58 +0000
parents 384315d1bfa5
children 0530394b5830
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Sep 28 18:16:48 2009 +0000
+++ b/Makefile.in	Mon Sep 28 18:21:58 2009 +0000
@@ -48,7 +48,7 @@
 LT_CURRENT  = @LT_CURRENT@
 LT_RELEASE  = @LT_RELEASE@
 LT_REVISION = @LT_REVISION@
-LT_LDFLAGS  = -no-undefined -rpath $(DESTDIR)$(libdir) -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+LT_LDFLAGS  = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
 
 all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET)