VirtualBox

Changeset 14723

Show
Ignore:
Timestamp:
11/27/08 18:18:37 (1 month ago)
Author:
vboxsync
Message:

Main: fix a burn related to Linux USB changes, fourth try

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Main/testcase/Makefile.kmk

    r14711 r14723  
    132132        $(if $(VBOX_USB_WITH_SYSFS),VBOX_USB_WITH_SYSFS,) 
    133133tstUSBLinux_LIBS     += $(PATH_OUT)/lib/USBLib.a 
    134 VBOX_LIBHAL_LDFLAGS  ?= $(shell pkg-config hal --libs) 
     134ifeq ($(KBUILD_TARGET),linux) 
     135 # Why on earth does this not work?  Config.kmk has an identical statement. 
     136 VBOX_LIBHAL_LDFLAGS  ?= $(shell pkg-config hal --libs) 
     137endif 
    135138tstUSBLinux_CFLAGS   += $(if $(VBOX_WITH_LIBHAL),$(VBOX_LIBHAL_CFLAGS),) 
    136139tstUSBLinux_CXXFLAGS += $(if $(VBOX_WITH_LIBHAL),$(VBOX_LIBHAL_CXXFLAGS),) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy