this issue was posted before against bash-3.2 and the sub-makefiles were
fixed, but for some reason the top level makefile in bash-4.0 is still broken.
this fix is of course from Takashi YOSHII.
-mike

--- bash/Makefile.in
+++ bash/Makefile.in
@@ -143,7 +143,7 @@
 CCFLAGS_FOR_BUILD = $(BASE_CCFLAGS) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD)
 
 LDFLAGS = @LDFLAGS@ $(STATIC_LD) $(LOCAL_LDFLAGS) $(PROFILE_FLAGS) $(CFLAGS)
-LDFLAGS_FOR_BUILD = $(LDFLAGS)
+LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ $(LOCAL_LDFLAGS) $(CFLAGS_FOR_BUILD)
 
 INCLUDES = -I. @RL_INCLUDE@ -I$(srcdir) -I$(BASHINCDIR) -I$(LIBSRC) $(INTL_INC)
 

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to