forked from pool/virtualbox
dfc3f3acc1
The python package isn't installed correctly, and contains an unnecessary shared library due to a build / config bug. It is also missing pre-compiled python (pyc). OBS-URL: https://build.opensuse.org/request/show/60271 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=29
16 lines
477 B
Diff
16 lines
477 B
Diff
--- VirtualBox-4.0.2_OSE.orig/src/libs/xpcom18a4/Makefile.kmk 2011-01-14 20:19:30.000000000 +0000
|
|
+++ VirtualBox-4.0.2_OSE/src/libs/xpcom18a4/Makefile.kmk 2011-02-05 18:09:05.797482000 +0000
|
|
@@ -471,9 +471,11 @@
|
|
xpidl_CFLAGS = \
|
|
$(libIDL_config_cflags)
|
|
xpidl_LDFLAGS = \
|
|
- $(libIDL_config_libs)
|
|
+ $(filter-out -l%,$(libIDL_config_libs))
|
|
xpidl_LDFLAGS.linux = \
|
|
$(VBOX_LD_as_needed)
|
|
+ xpidl_LIBS = \
|
|
+ $(patsubst -l%,%,$(filter -l%,$(libIDL_config_libs)))
|
|
endif
|
|
|
|
#
|