Changeset 6936b89 for npl/kernel/open_vm_tools/open_vm_tools.SlackBuild
- Timestamp:
- 01/11/19 22:37:49 (6 years ago)
- Branches:
- master
- Children:
- 94a6f37
- Parents:
- 9b9dbbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/kernel/open_vm_tools/open_vm_tools.SlackBuild
r9b9dbbb r6936b89 55 55 #Directory where the sourcefiles are unpacked. 56 56 #(you might have to adjust this if autodetection fails) 57 SRC_DIR=`ls -c|head -1` /open-vm-tools57 SRC_DIR=`ls -c|head -1` 58 58 59 59 #apply patches … … 69 69 MAKE_OPTS="" 70 70 71 autoreconf -i || exit 171 #autoreconf -i || exit 1 72 72 #export CFLAGS="-Wno-error=cpp -Wno-error=format=" 73 73 chmod +x configure 74 ./configure --prefix=/usr --without-x --without-icu --disable-docs --without-kernel-modules || exit 174 ./configure --prefix=/usr --without-x --without-icu --disable-docs --without-kernel-modules --without-xml2 || exit 1 75 75 76 76 #AUTOMAKE: Compile
Note: See TracChangeset
for help on using the changeset viewer.