VirtualBox

Ticket #7085: virtualbox-ose-asneeded.patch

File virtualbox-ose-asneeded.patch, 516 bytes (added by Polynomial-C, 15 years ago)
  • src/libs/xpcom18a4/Makefile.kmk

     
    469469 libIDL_config_cflags := $(shell $(VBOX_LIBIDL_CONFIG) --cflags)
    470470 libIDL_config_libs   := $(shell $(VBOX_LIBIDL_CONFIG) --libs)
    471471 xpidl_CFLAGS = \
    472         $(libIDL_config_cflags)
    473  xpidl_LDFLAGS = \
    474         $(libIDL_config_libs)
     472        $(shell pkg-config --cflags libIDL-2.0)
     473 xpidl_LDFLAGS = $(shell pkg-config --libs-only-L libIDL-2.0)
     474 xpidl_LIBS.linux = $(shell pkg-config --libs-only-l libIDL-2.0 | sed -e 's/-l//g')
     475
    475476endif
    476477
    477478#

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