Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 188726 Details for
Bug 266581
net-proxy/squid-3.0.13: fix cross compilation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
build cf_gen with HOSTCC
squid-3.0.13-BJA-cf_gen-HOSTCXX.diff (text/plain), 718 bytes, created by
Bertrand Jacquin
on 2009-04-17 21:13:32 UTC
(
hide
)
Description:
build cf_gen with HOSTCC
Filename:
MIME Type:
Creator:
Bertrand Jacquin
Created:
2009-04-17 21:13:32 UTC
Size:
718 bytes
patch
obsolete
>--- src/Makefile.in.ori 2009-04-17 00:31:36.000000000 +0200 >+++ src/Makefile.in 2009-04-17 00:33:30.000000000 +0200 >@@ -4227,7 +4227,12 @@ > $(CXXLINK) $(DiskIO_DiskDaemon_diskd_OBJECTS) $(DiskIO_DiskDaemon_diskd_LDADD) $(LIBS) > cf_gen$(EXEEXT): $(cf_gen_OBJECTS) $(cf_gen_DEPENDENCIES) > @rm -f cf_gen$(EXEEXT) >+ifneq (${HOSTCXX},${CXXLINK}) >+ ${HOSTCXX} ${INCLUDES} -DNDEBUG -DBUILD_HOST_TOOL -o cf_gen$(EXEEXT) \ >+ $(srcdir)/cf_gen.cc $(top_srcdir)/lib/util.c $(top_srcdir)/lib/assert.c >+else > $(CXXLINK) $(cf_gen_OBJECTS) $(cf_gen_LDADD) $(LIBS) >+endif > dnsserver$(EXEEXT): $(dnsserver_OBJECTS) $(dnsserver_DEPENDENCIES) > @rm -f dnsserver$(EXEEXT) > $(CXXLINK) $(dnsserver_OBJECTS) $(dnsserver_LDADD) $(LIBS)
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 266581
:
188726
|
188727
|
188728
|
189192
|
189193