Ignore:
Timestamp:
01/11/19 22:37:49 (6 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master
Children:
94a6f37
Parents:
9b9dbbb
Message:

majors kernel upgrade from 4.4.x to 4.9.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/kernel/open_vm_tools/open_vm_tools.SlackBuild

    r9b9dbbb r6936b89  
    5555#Directory where the sourcefiles are unpacked.
    5656#(you might have to adjust this if autodetection fails)
    57 SRC_DIR=`ls -c|head -1`/open-vm-tools
     57SRC_DIR=`ls -c|head -1`
    5858
    5959#apply patches
     
    6969MAKE_OPTS=""
    7070
    71 autoreconf -i || exit 1
     71#autoreconf -i || exit 1
    7272#export CFLAGS="-Wno-error=cpp -Wno-error=format="
    7373chmod +x configure
    74 ./configure --prefix=/usr --without-x --without-icu --disable-docs --without-kernel-modules || exit 1
     74./configure --prefix=/usr --without-x --without-icu --disable-docs --without-kernel-modules --without-xml2 || exit 1
    7575
    7676#AUTOMAKE: Compile
Note: See TracChangeset for help on using the changeset viewer.