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

Modified Files:
        buildtool.mk 
Log Message:
Fixed building on x86_64


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/ulogd/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk        4 Jun 2010 15:31:03 -0000       1.1
--- buildtool.mk        9 Aug 2010 15:55:43 -0000       1.2
***************
*** 19,23 ****
  #     ./configure --prefix=/usr --sysconfdir=/etc )
        (cd $(ULOGD_DIR) ; $(AUTOCONF) ; CC=$(TARGET_CC) LD=$(TARGET_LD) 
CFLAGS="$(BT_COPT_FLAGS) -I$(BT_LINUX_DIR)/include" \
!       ./configure --prefix=/usr --sysconfdir=/etc --without-mysql )
        touch $(ULOGD_DIR)/.configured
                                                                   
--- 19,24 ----
  #     ./configure --prefix=/usr --sysconfdir=/etc )
        (cd $(ULOGD_DIR) ; $(AUTOCONF) ; CC=$(TARGET_CC) LD=$(TARGET_LD) 
CFLAGS="$(BT_COPT_FLAGS) -I$(BT_LINUX_DIR)/include" \
!       LDFLAGS="-L$(BT_STAGING_DIR)/lib -L$(BT_STAGING_DIR)/usr/lib" \
!       ./configure --prefix=/usr --sysconfdir=/etc 
--with-mysql=$(BT_STAGING_DIR)/usr/ )
        touch $(ULOGD_DIR)/.configured
                                                                   


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to