Update of /cvsroot/leaf/src/bering-uclibc4/source/perl
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5752

Modified Files:
        buildtool.mk 
Log Message:
Removed -fstack-protector option


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/perl/buildtool.mk,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** buildtool.mk        18 Sep 2010 08:57:09 -0000      1.3
--- buildtool.mk        18 Sep 2010 14:49:52 -0000      1.4
***************
*** 10,14 ****
        mv $(PERL_DIR)/Configure $(PERL_DIR)/Configure.orig
        mv $(PERL_DIR)/hints/linux.sh $(PERL_DIR)/hints/linux.sh.orig
!       sed 's:\([="'\'' 
]\+\)\(\$$incpath\)\?\(/usr\|/usr/local\)\?/lib:\1$(BT_STAGING_DIR)\2\3/lib:g;' 
\
        $(PERL_DIR)/Configure.orig >$(PERL_DIR)/Configure
        sed 's:\([="'\'' 
]\+\)\(\$$incpath\)\?\(/usr\|/usr/local\)\?/lib:\1$(BT_STAGING_DIR)\2\3/lib:g;' 
\
--- 10,15 ----
        mv $(PERL_DIR)/Configure $(PERL_DIR)/Configure.orig
        mv $(PERL_DIR)/hints/linux.sh $(PERL_DIR)/hints/linux.sh.orig
!       sed 's:\([="'\'' 
]\+\)\(\$$incpath\)\?\(/usr\|/usr/local\)\?/lib:\1$(BT_STAGING_DIR)\2\3/lib:g;'\
!       's/fstack/fno-stack/g;' \
        $(PERL_DIR)/Configure.orig >$(PERL_DIR)/Configure
        sed 's:\([="'\'' 
]\+\)\(\$$incpath\)\?\(/usr\|/usr/local\)\?/lib:\1$(BT_STAGING_DIR)\2\3/lib:g;' 
\
***************
*** 22,26 ****
        ( cd $(PERL_DIR) ; CC=$(TARGET_CC) LD=$(TARGET_LD) \
        CFLAGS="-L$(BT_STAGING_DIR)/lib -L$(BT_STAGING_DIR)/usr/lib 
$(BT_COPT_FLAGS) \
!       -g -Wall -fno-stack-protector" ./Configure -de -Dprefix=/usr 
-Dlibc="$(BT_STAGING_DIR)/lib/libc.so.0" \
        -Ud_eaccess -Ucc=$$CC)
        touch $(PERL_DIR)/.configured
--- 23,27 ----
        ( cd $(PERL_DIR) ; CC=$(TARGET_CC) LD=$(TARGET_LD) \
        CFLAGS="-L$(BT_STAGING_DIR)/lib -L$(BT_STAGING_DIR)/usr/lib 
$(BT_COPT_FLAGS) \
!       -g -Wall" ./Configure -de -Dprefix=/usr 
-Dlibc="$(BT_STAGING_DIR)/lib/libc.so.0" \
        -Ud_eaccess -Ucc=$$CC)
        touch $(PERL_DIR)/.configured


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to