Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 331022 Details for
Bug 277164
app-crypt/bestcrypt fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
BestCrypt linking patch
bestcrypt-1.9_p0-fix-linking.patch (text/plain), 731 bytes, created by
Martin Bartosch
on 2012-11-30 08:01:49 UTC
(
hide
)
Description:
BestCrypt linking patch
Filename:
MIME Type:
Creator:
Martin Bartosch
Created:
2012-11-30 08:01:49 UTC
Size:
731 bytes
patch
obsolete
>--- Makefile 2010-09-13 17:21:20.000000000 +0200 >+++ Makefile.fix 2010-11-01 18:20:19.000000000 +0100 >@@ -41,7 +41,8 @@ > BC_BUILD = $(PWD)/build/ > BC_CPP = g++ > BC_CFLAGS = -Wall -fno-strict-aliasing -I$(FRAMEWORK_PATH) $(CFLAGS) >-BC_LDFLAGS = $(LDFLAGS) -l pthread >+BC_LDFLAGS = $(LDFLAGS) >+BC_LIBS = -l pthread > > > >@@ -54,7 +55,7 @@ > release: Makefile > set -e; for i in $(SUBDIRS); do \ > $(MAKE) -C $$i BC_BUILD="$(BC_BUILD)" BC_CPP=$(BC_CPP) BC_CFLAGS="$(BC_CFLAGS)" BC_LDFLAGS="$(BC_LDFLAGS)"; done >- $(BC_CPP) $(BC_LDFLAGS) $(LIBS) -o $(BC_BUILD)/$(TARGET) >+ $(BC_CPP) $(BC_LDFLAGS) $(LIBS) $(BC_LIBS) -o $(BC_BUILD)/$(TARGET) > > debug: Makefile > set -e; for i in $(SUBDIRS); do \
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 Raw
Actions:
View
Attachments on
bug 277164
:
197312
|
277017
|
330831
|
331020
| 331022