VirtualBox

Changeset 57327 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Aug 13, 2015 2:30:03 PM (9 years ago)
Author:
vboxsync
Message:

HostDrivers/linux/export_modules: disable debugging aids

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/linux/export_modules

    r57316 r57327  
    9393done
    9494if [ -n "$VBOX_WITH_HARDENING" ]; then
    95     cat                                   $PATH_VBOXDRV/linux/Makefile > $PATH_TMP/vboxdrv/Makefile
     95    sed -e "s;-DVBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV;;g" \
     96        -e "s;-DIPRT_WITH_EFLAGS_AC_PRESERVING;;g" \
     97        < $PATH_VBOXDRV/linux/Makefile > $PATH_TMP/vboxdrv/Makefile
    9698else
    97     sed -e "s;-DVBOX_WITH_HARDENING;;g" < $PATH_VBOXDRV/linux/Makefile > $PATH_TMP/vboxdrv/Makefile
     99    sed -e "s;-DVBOX_WITH_HARDENING;;g" \
     100        -e "s;-DVBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV;;g" \
     101        -e "s;-DIPRT_WITH_EFLAGS_AC_PRESERVING;;g" \
     102        < $PATH_VBOXDRV/linux/Makefile > $PATH_TMP/vboxdrv/Makefile
    98103fi
    99104
Note: See TracChangeset for help on using the changeset viewer.

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