Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 315045 Details for
Bug 364923
net-misc/vtun fails to build with parallel make
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for build-time racing condition
vtun-3.0.2-build-racing-condition-fix.patch (text/plain), 563 bytes, created by
Sergey Popov (RETIRED)
on 2012-06-11 20:59:52 UTC
(
hide
)
Description:
fix for build-time racing condition
Filename:
MIME Type:
Creator:
Sergey Popov (RETIRED)
Created:
2012-06-11 20:59:52 UTC
Size:
563 bytes
patch
obsolete
>--- Makefile.in.orig 2012-06-12 00:20:24.359206241 +0400 >+++ Makefile.in 2012-06-12 00:22:46.735301510 +0400 >@@ -60,10 +60,12 @@ > vtund: $(OBJS) > $(CC) $(CFLAGS) -o vtund $(OBJS) $(LFD_OBJS) $(LDFLAGS) > >-cfg_file.tab.c: cfg_file.y cfg_kwords.h config.h >+cfg_file.tab.h: > $(YACC) $(YACCFLAGS) -b cfg_file cfg_file.y > >-cfg_file.lex.c: cfg_file.l cfg_kwords.h config.h >+cfg_file.tab.c: cfg_file.y cfg_kwords.h config.h cfg_file.tab.h >+ >+cfg_file.lex.c: cfg_file.l cfg_kwords.h config.h cfg_file.tab.h > $(LEX) $(LEXFLAGS) cfg_file.l > cfg_file.lex.c > > depend:
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 364923
:
271215
| 315045