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

Modified Files:
        buildtool.mk 
Log Message:
We can fetch the include files and libs from the staging directory, no need 
for the build dir.


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/openswan/buildtool.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.mk        23 Dec 2010 14:47:46 -0000      1.2
--- buildtool.mk        23 Dec 2010 17:10:30 -0000      1.3
***************
*** 37,42 ****
        $(MAKE) CC=$(TARGET_CC) -C $(OPENSWAN_DIR) programs install\
            USERCOMPILE="-g $(BT_COPT_FLAGS)" \
!           MODULE_EXTRA_INCLUDE="-I $(BT_BUILD_DIR)/gmp/usr/include" \
!           LDFLAGS="-L$(BT_BUILD_DIR)/gmp/usr/lib -L$(BT_STAGING_DIR)/usr/lib" 
\
            INC_USRLOCAL="/usr" \
            FINALBINDIR="/usr/lib/ipsec" \
--- 37,41 ----
        $(MAKE) CC=$(TARGET_CC) -C $(OPENSWAN_DIR) programs install\
            USERCOMPILE="-g $(BT_COPT_FLAGS)" \
!           LDFLAGS="-L$(BT_STAGING_DIR)/usr/lib" \
            INC_USRLOCAL="/usr" \
            FINALBINDIR="/usr/lib/ipsec" \
***************
*** 88,91 ****
--- 87,94 ----
  #
  # $Log$
+ # Revision 1.3  2010/12/23 17:10:30  etitl
+ # We can fetch the include files and libs from the staging directory, no need
+ # for the build dir.
+ #
  # Revision 1.2  2010/12/23 14:47:46  etitl
  # Use libgmp from buildenv, this may make the libgmp package redundant


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to