Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 388836 Details for
Bug 523946
dev-lang/io version bump to 2013.12.04
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
io-2013.12.04-0002-Link-basekit-to-dl-for-as-needed-linking.patch
io-2013.12.04-0002-Link-basekit-to-dl-for-as-needed-linking.patch (text/plain), 780 bytes, created by
Julian Simioni
on 2014-11-08 10:21:12 UTC
(
hide
)
Description:
io-2013.12.04-0002-Link-basekit-to-dl-for-as-needed-linking.patch
Filename:
MIME Type:
Creator:
Julian Simioni
Created:
2014-11-08 10:21:12 UTC
Size:
780 bytes
patch
obsolete
>From 01b3ec8ceb3719839a4b8f3facdd4a35ed1ef6a2 Mon Sep 17 00:00:00 2001 >From: Julian Simioni <julian.simioni@gmail.com> >Date: Fri, 7 Nov 2014 13:38:49 +0100 >Subject: [PATCH 2/3] Link basekit to dl for as-needed linking > >--- > libs/basekit/CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/libs/basekit/CMakeLists.txt b/libs/basekit/CMakeLists.txt >index 65d3827..21c8e10 100644 >--- a/libs/basekit/CMakeLists.txt >+++ b/libs/basekit/CMakeLists.txt >@@ -24,7 +24,7 @@ file(GLOB SRCS "source/*.c") > > # Now build the shared library > add_library(basekit SHARED ${SRCS}) >-target_link_libraries(basekit ${BASEKIT_LIBS}) >+target_link_libraries(basekit dl ${BASEKIT_LIBS}) > > # ...And the static library > #add_library(basekit_static STATIC ${SRCS}) >-- >2.0.4 >
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 523946
:
388832
|
388834
| 388836 |
388838
|
388840
|
389018
|
389020
|
389024