]> git.pld-linux.org Git - packages/VirtualBox.git/blame - lightdm-greeter-g++-link.patch
skip building of vboxvideo kernel module with recent kernels
[packages/VirtualBox.git] / lightdm-greeter-g++-link.patch
CommitLineData
8d08b907
ER
1--- VirtualBox-4.2.12/src/VBox/Additions/linux/lightdm-greeter/Makefile.kmk~ 2013-06-01 11:13:40.000000000 +0300
2+++ VirtualBox-4.2.12/src/VBox/Additions/linux/lightdm-greeter/Makefile.kmk 2013-06-02 11:08:48.853803103 +0300
3@@ -82,4 +82,7 @@
4 endif
5 endif
6
7+# as vbox build links this with gcc not g++, add -lsupc++
8+vbox-greeter_LIBS += supc++
9+
10 include $(FILE_KBUILD_SUB_FOOTER)
This page took 0.047026 seconds and 4 git commands to generate.