Changeset 68128 in vbox for trunk/src/VBox/Installer/linux/debian/rules
- Timestamp:
- Jul 26, 2017 4:08:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r68000 r68128 111 111 VBOX_WITH_VMSVGA3D=1 \ 112 112 VBOX_DO_STRIP= \ 113 VBOX_WITH_MULTIVERSION_PYTHON= \114 113 VBOX_PATH_PACKAGE_DOCS="\"/usr/share/doc/$(verpkg)\"" \ 115 114 $(if $(ose),,VBOX_WITH_DOCS_CHM=1) \ … … 330 329 dh_perl 331 330 # for some reason, the Qt libraries couldn't be found on newer releases (e.g. Ubuntu hardy) 332 LD_LIBRARY_PATH=$(prefix)/usr/lib/virtualbox dh_shlibdeps 331 LD_LIBRARY_PATH=$(prefix)/usr/lib/virtualbox dh_shlibdeps --exclude=VBoxPython 333 332 dh_gencontrol -- \ 334 333 -Valsa=$(if $(HEADLESS),,libasound2) \
Note:
See TracChangeset
for help on using the changeset viewer.