Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 260083 Details for
Bug 350466
=net-im/bitlbee-3.0.1 does note respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to respect ldflags when building .so
bitlbee-so_ldflags.patch (text/plain), 371 bytes, created by
Nick White
on 2011-01-18 01:19:18 UTC
(
hide
)
Description:
Patch to respect ldflags when building .so
Filename:
MIME Type:
Creator:
Nick White
Created:
2011-01-18 01:19:18 UTC
Size:
371 bytes
patch
obsolete
>--- Makefile 2011-01-18 01:16:42.346666267 +0000 >+++ Makefile 2011-01-18 01:17:35.246666305 +0000 >@@ -120,7 +120,7 @@ $(subdirs): > > $(OTR_PI): %.so: $(SRCDIR)%.c > @echo '*' Building plugin $@ >- @$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $< -o $@ >+ @$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $(LDFLAGS) $< -o $@ > > $(objects): %.o: $(SRCDIR)%.c > @echo '*' Compiling $<
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 350466
:
258733
| 260083