]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
Updated mc to 4.6.2.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Feb 2009 18:49:14 +0000 (19:49 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Feb 2009 18:49:14 +0000 (19:49 +0100)
lfs/mc

diff --git a/lfs/mc b/lfs/mc
index c961ccc2d6d546edd15d9d8ae9b96aeda05623f7..bdec5282cef1be0a086702635dbe18e3c925a772 100644 (file)
--- a/lfs/mc
+++ b/lfs/mc
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = mc
-PKG_VER    = 4.6.1
+PKG_VER    = 4.6.2
 
 EXTRA      = yes
 DEBUG      = no
@@ -41,8 +41,8 @@ OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE) $(THISAPP)-bash32-1.patch \
-       $(THISAPP)-debian_fixes-1.patch
+objects = $(DL_FILE) \
+       $(THISAPP)-utf8.patch
 
 info:
        $(DO_PKG_INFO)
@@ -61,12 +61,13 @@ $(objects) :
 $(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-bash32-1.patch
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-debian_fixes-1.patch
-       cd $(DIR_APP) && CPPFLAGS="$(CPPFLAGS) -DUTF8" \
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-utf8.patch
+       cd $(DIR_APP) && autoreconf -f -v
+       cd $(DIR_APP) && \
                ./configure \
                        $(CONFIGURE_ARCH) \
                        --prefix=/usr \
+                       --libexecdir=/usr/lib \
                        --enable-charset
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install