summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/commence.in2
1 files changed, 1 insertions, 1 deletions
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