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

Modified Files:
        buildtool.mk 
Log Message:
Added -fno-stack-protector to build options


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/perl/buildtool.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.mk        7 Jul 2010 09:48:10 -0000       1.2
--- buildtool.mk        18 Sep 2010 08:57:09 -0000      1.3
***************
*** 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" ./Configure -de -Dprefix=/usr 
-Dlibc="$(BT_STAGING_DIR)/lib/libc.so.0" \
        -Ud_eaccess -Ucc=$$CC)
        touch $(PERL_DIR)/.configured
--- 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


------------------------------------------------------------------------------
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