VirtualBox

Changeset 72795 in vbox


Ignore:
Timestamp:
Jul 2, 2018 3:57:38 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123338
Message:

configure: remove mkisofs, which we no longer use.
bugref:9200: Infrastructure/Linux: need an openSUSE 15 chroot
Neither trunk nor 5.2 need mkisofs, so remove it from configure rather than
adding it to the openSUSE 15 chroot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r72668 r72795  
    115115XSLTPROC="xsltproc"
    116116GENISOIMAGE="genisoimage"
    117 MKISOFS="mkisofs"
    118117INCCRYPTO=""
    119118LIBCRYPTO="-lssl -lcrypto"
     
    660659
    661660#
    662 # Check for mkisofs, needed to build the CDROM image containing the additions
    663 #
    664 check_mkisofs()
    665 {
    666   test_header mkisofs
    667   if which_wrapper $GENISOIMAGE > /dev/null; then
    668     mkisofs_ver=`$GENISOIMAGE --version`
    669     if [ $? -ne 0 ]; then
    670       log_failure "mkisofs not found"
    671       fail
    672     else
    673       log_success "found $mkisofs_ver"
    674       cnf_append "VBOX_MKISOFS" "`which_wrapper $GENISOIMAGE`"
    675     fi
    676   elif check_avail "$MKISOFS" MKISOFS; then
    677     mkisofs_ver=`$MKISOFS --version`
    678     if [ $? -ne 0 ]; then
    679       log_failure "mkisofs not working"
    680       fail
    681     else
    682       log_success "found $mkisofs_ver"
    683       cnf_append "VBOX_MKISOFS" "`which_wrapper $MKISOFS`"
    684     fi
    685   fi
    686 }
    687 
    688 
    689 #
    690661# Check for libxml2, needed by VBoxSettings and Runtime.
    691662# 2.6.24 is known to NOT work, 2.6.26 is known to work (there is no 2.6.25 release)
     
    23412312  --with-kbuild=DIR        kbuild directory [$KBUILDDIR]
    23422313  --with-iasl=PATH         location of the iasl compiler [$IASL]
    2343   --with-mkisofs=PATH      location of mkisofs [$MKISOFS]
    23442314  --with-makeself=PATH     location of makeself [$MAKESELF]
    23452315EOF
     
    24742444      LINUX=`echo $option | cut -d'=' -f2`
    24752445      ;;
    2476     --with-mkisofs=*)
    2477       MKISOFS=`echo $option | cut -d'=' -f2`
    2478       ;;
    24792446    --with-makeself=*)
    24802447      MAKESELF=`echo $option | cut -d'=' -f2`
     
    27572724  # [ "$OS" != "darwin" ] && check_yasm
    27582725  [ "$OS" != "darwin"  ] && check_xsltproc
    2759   [ "$OS" != "darwin"  ] && check_mkisofs
    27602726fi
    27612727
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette