From b9fdce5fb471d289ff3b2412825e8ab6bc75f67e Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 30 Nov 2000 15:33:13 -0500 Subject: [svn-r3042] Purpose: Messed up Description: The compile line doesn't like the -dlopen self flag... Solution: removed Platforms tested: Eirene --- config/commence.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commence.in b/config/commence.in index 64c7432..c212a37 100644 --- a/config/commence.in +++ b/config/commence.in @@ -45,7 +45,7 @@ PUB_LIB=$(LIB) LT_STATIC_EXEC=@LT_STATIC_EXEC@ DYNAMIC_DIRS=@DYNAMIC_DIRS@ LT=$(top_builddir)/libtool -LT_COMPILE=$(LT) --mode=compile $(CC) -dlopen self +LT_COMPILE=$(LT) --mode=compile $(CC) LT_LINK_LIB=$(LT) --mode=link $(CC) -rpath $(libdir) LT_LINK_EXE=$(LT) --mode=link $(CC) $(LT_STATIC_EXEC) -dlopen self -rpath $(bindir) $(DYNAMIC_DIRS) LT_RUN=$(LT) --mode=execute -- cgit v0.12