Update of /cvsroot/leaf/src/bering-uclibc/contrib/irmp3
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32116

Modified Files:
        buildtool.mk 
Log Message:
Force use of buildtool autotools.
Enable mod_netctl.


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/contrib/irmp3/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk        12 Sep 2006 18:54:03 -0000      1.1
--- buildtool.mk        12 Sep 2006 19:27:24 -0000      1.2
***************
*** 4,7 ****
--- 4,12 ----
  IRMP3_TARGET_DIR:=$(BT_BUILD_DIR)/irmp3
  
+ export ACLOCAL=$(BT_STAGING_DIR)/bin/aclocal-1.4
+ export AUTOCONF=$(BT_STAGING_DIR)/bin/autoconf
+ export AUTOHEADER=$(BT_STAGING_DIR)/bin/autoheader
+ export AUTOMAKE=$(BT_STAGING_DIR)/bin/automake-1.4
+ 
  $(IRMP3_DIR)/.source:
        zcat $(IRMP3_SOURCE) | tar -xvf -
***************
*** 15,22 ****
  $(IRMP3_DIR)/.configured: $(IRMP3_DIR)/.source
        cd $(IRMP3_DIR); rm -f config.cache acconfig.h; \
!               aclocal -I m4; autoconf; autoheader; automake -a
        cd $(IRMP3_DIR); CFLAGS="$(BT_COPT_FLAGS)" ./configure \
!               --build=i386-pc-linux-gnu \
!               --host=i386-pc-linux-gnu \
                --prefix=/usr \
                --sysconfdir=/etc \
--- 20,27 ----
  $(IRMP3_DIR)/.configured: $(IRMP3_DIR)/.source
        cd $(IRMP3_DIR); rm -f config.cache acconfig.h; \
!               $(ACLOCAL) -I m4; $(AUTOCONF); $(AUTOHEADER); $(AUTOMAKE) -a
        cd $(IRMP3_DIR); CFLAGS="$(BT_COPT_FLAGS)" ./configure \
!               --build=i386-linux \
!               --host=i386-linux \
                --prefix=/usr \
                --sysconfdir=/etc \
***************
*** 24,28 ****
                --disable-mod-playlistlist \
                --disable-mod-cd \
-               --disable-mod-netctl \
                --disable-mod-alarm \
                --disable-mod-autoshutdown \
--- 29,32 ----


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to