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

Modified Files:
        buildtool.mk 
Log Message:
search modules in BT_STAGING/usr/lib/perl


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/openssl/buildtool.mk,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** buildtool.mk        18 Sep 2010 08:52:38 -0000      1.3
--- buildtool.mk        1 Oct 2010 15:16:32 -0000       1.4
***************
*** 10,13 ****
--- 10,15 ----
  OPENSSL_TARGET_DIR:=$(BT_BUILD_DIR)/openssl
  
+ PERLVER=$(shell ls $(BT_STAGING_DIR)/usr/lib/perl5) 
+ 
  $(OPENSSL_DIR)/.source: 
        zcat $(OPENSSL_SOURCE) | tar -xvf -
***************
*** 19,22 ****
--- 21,25 ----
  
  $(OPENSSL_DIR)/.configured: $(OPENSSL_DIR)/.source
+       
        (cd $(OPENSSL_DIR); \
        ./Configure linux-elf  \
***************
*** 28,32 ****
                 );     
        perl -i -p -e 's,\s*gcc\s+,\t$(TARGET_CC) ,' $(OPENSSL_DIR)/util/domd 
!       perl -i -p -e 's,\s*gcc\s+,\t$(TARGET_CC) ,' 
$(OPENSSL_DIR)/util/linux.pl 
        perl -i -p -e 's,\s*gcc\s+,\t$(TARGET_CC) ,' 
$(OPENSSL_DIR)/crypto/bn/Makefile  
        perl -i -p -e 's,AR=ar.*,AR=$(BT_STAGING_DIR)/bin/$(GNU_TARGET_NAME)-ar 
r,' $(OPENSSL_DIR)/Makefile
--- 31,35 ----
                 );     
        perl -i -p -e 's,\s*gcc\s+,\t$(TARGET_CC) ,' $(OPENSSL_DIR)/util/domd 
!       perl -i -p -e 's,\s*gcc\s+,\t$(TARGET_CC) ,' 
$(OPENSSL_DIR)/util/pl/linux.pl 
        perl -i -p -e 's,\s*gcc\s+,\t$(TARGET_CC) ,' 
$(OPENSSL_DIR)/crypto/bn/Makefile  
        perl -i -p -e 's,AR=ar.*,AR=$(BT_STAGING_DIR)/bin/$(GNU_TARGET_NAME)-ar 
r,' $(OPENSSL_DIR)/Makefile
***************
*** 43,46 ****
--- 46,50 ----
        -mkdir -p $(BT_STAGING_DIR)/usr/ssl/misc        
        
+       export PERLLIB=$(BT_STAGING_DIR)/usr/lib/perl5/$(PERLVER); \
        make CC=$(TARGET_CC) -C $(OPENSSL_DIR) depend
        make CC=$(TARGET_CC) -C $(OPENSSL_DIR) 


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