Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 316825 Details for
Bug 378557
media-libs/libvpx-0.9.7: Compile failure with debug USE flag - "No rule to make target libvpx_g.so, needed by vpxdec"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to only change target to libvpx_g for static libraries
libvpx-1.1.0-use-debug.patch (text/plain), 1001 bytes, created by
Brennan Shacklett
on 2012-06-30 23:28:23 UTC
(
hide
)
Description:
Patch to only change target to libvpx_g for static libraries
Filename:
MIME Type:
Creator:
Brennan Shacklett
Created:
2012-06-30 23:28:23 UTC
Size:
1001 bytes
patch
obsolete
>diff -urN libvpx-v1.1.0-orig/examples.mk libvpx-v1.1.0/examples.mk >--- libvpx-v1.1.0-orig/examples.mk 2012-06-30 15:22:18.584183758 -0700 >+++ libvpx-v1.1.0/examples.mk 2012-06-30 16:17:43.666192410 -0700 >@@ -178,7 +178,7 @@ > > > # Instantiate linker template for all examples. >-CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS),vpx_g,vpx) >+CODEC_LIB=$(if $(CONFIG_DEBUG_LIBS && !CONFIG_SHARED),vpx_g,vpx) > CODEC_LIB_SUF=$(if $(CONFIG_SHARED),.so,.a) > $(foreach bin,$(BINS-yes),\ > $(if $(BUILD_OBJS),$(eval $(bin):\ >diff -urN libvpx-v1.1.0-orig/libs.mk libvpx-v1.1.0/libs.mk >--- libvpx-v1.1.0-orig/libs.mk 2012-06-30 15:22:18.585183749 -0700 >+++ libvpx-v1.1.0/libs.mk 2012-06-30 16:17:13.069192334 -0700 >@@ -125,7 +125,7 @@ > endif > else > INSTALL-LIBS-$(CONFIG_STATIC) += $(LIBSUBDIR)/libvpx.a >-INSTALL-LIBS-$(CONFIG_DEBUG_LIBS) += $(LIBSUBDIR)/libvpx_g.a >+INSTALL-LIBS-$(if $(CONFIG_DEBUG_LIBS),$(CONFIG_STATIC)) += $(LIBSUBDIR)/libvpx_g.a > endif > > CODEC_SRCS=$(filter-out %_test.cc,$(call enabled,CODEC_SRCS))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 378557
: 316825