VirtualBox

Changeset 23112 in vbox


Ignore:
Timestamp:
Sep 18, 2009 7:59:47 AM (15 years ago)
Author:
vboxsync
Message:

deb/rpm: small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/rules

    r23106 r23112  
    102102             $(if $(STAGEDISO),VBOX_WITHOUT_ADDITIONS=1,) \
    103103             $(if $(BLEEDING_EDGE),VBOX_BLEEDING_EDGE=$(BLEEDING_EDGE),) \
    104              $(if $(filter _Debian_sarge _xandros4.1 _ucs1.3,$(debrel)),VBOX_LD_as_needed= ,)
     104             $(if $(filter _Debian_sarge _xandros4.1 _ucs1.3,$(debrel)),VBOX_LD_as_needed= ,) \
     105             $(if $(filter _Debian_etch _Ubuntu_hardy,$(debrel)),,VBOX_WITH_SYSFS_BY_DEFAULT=1)
    105106
    106107# Ubuntu dapper: gcc-4.0 does not work with recompiler, use gcc-3.4 instead
     
    115116debian/build-stamp $(verfile):
    116117        dh_testdir
    117         . debian/env.sh && kmk -C $(vboxroot) $(if $(NOPARALLEL),-j1,) $(bld_flags) all
     118        . debian/env.sh && kmk -C $(vboxroot) $(bld_flags) $(if $(NOPARALLEL),-j1,) all
    118119        $(if $(NODOCS),cp $(vboxroot)/prebuild/UserManual*.pdf $(builddir)/bin,)
    119120        $(if $(NODOCS),cp $(vboxroot)/prebuild/VirtualBox*.chm $(builddir)/bin,)
    120121        mkdir -p $(builddir)/bin/additions
    121122        $(if $(STAGEDISO),cp $(STAGEDISO)/VBoxGuestAdditions.iso $(builddir)/bin/additions,)
    122         . debian/env.sh && kmk -C $(vboxroot) \
    123             $(bld_flags) \
     123        . debian/env.sh && kmk -C $(vboxroot) $(bld_flags) \
    124124            VBOX_NO_LINUX_RUN_INSTALLER=1 \
    125125            VBOX_PATH_ADDITIONS.linux.x86=$(builddir)/bin/additions \
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