Author: rafl
Date: Sun Oct 30 15:07:16 2005
New Revision: 9662

Modified:
   /   (props changed)
   trunk/config/gen/makefiles/root.in
Log:
 [EMAIL PROTECTED]:  rafl | 2005-10-30 23:59:28 +0100
 * The SONAME of libparrot should include the SHARE_EXT.


Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Sun Oct 30 15:07:16 2005
@@ -753,7 +753,7 @@ $(LIBPARROT) : $(O_FILES)
 
 blib/lib/libparrot$(SHARE_EXT).$(SOVERSION) : $(O_FILES)
        $(MKDIR) blib blib/lib
-       $(LD) -Wl,-soname=libparrot$(SOVERSION) $(LD_SHARE_FLAGS) $(LDFLAGS) 
${ld_out}blib/lib/libparrot$(SHARE_EXT).$(SOVERSION) $(O_FILES) $(C_LIBS) 
$(LIBICUCORE) $(LIBICUDATA)
+       $(LD) -Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION) $(LD_SHARE_FLAGS) 
$(LDFLAGS) ${ld_out}blib/lib/libparrot$(SHARE_EXT).$(SOVERSION) $(O_FILES) 
$(C_LIBS) $(LIBICUCORE) $(LIBICUDATA)
 
 $(PARROT_SO) : $(IMCC_DIR)/main$(O) blib/lib/libparrot$(SHARE_EXT) 
lib/Parrot/OpLib/core.pm
        $(LINK) $(LINKFLAGS) ${ld_out}$(PARROT) $(IMCC_DIR)/main$(O) \

Reply via email to