Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189192 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), 992 bytes, created by
Bertrand Jacquin
on 2009-04-22 20:49:17 UTC
(
hide
)
Description:
build cf_gen with HOSTCC
Filename:
MIME Type:
Creator:
Bertrand Jacquin
Created:
2009-04-22 20:49:17 UTC
Size:
992 bytes
patch
obsolete
>--- configure.in.ori 2009-04-22 00:43:57.000000000 +0200 >+++ configure.in 2009-04-22 22:28:14.000000000 +0200 >@@ -1821,6 +1821,10 @@ > ;; > esac > >+dnl Define HOSTCXX >+HOSTCXX="$build-g++" >+AC_SUBST(HOSTCXX) >+ > dnl Check for programs > AC_PROG_CPP > AC_PROG_INSTALL >--- src/Makefile.am.ori 2009-04-22 00:46:20.000000000 +0200 >+++ src/Makefile.am 2009-04-22 22:29:06.000000000 +0200 >@@ -1007,6 +1007,8 @@ > > DEFS = @DEFS@ -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" > >+HOSTCXX ?= @HOSTCXX@ >+ > $(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h > > snmp_core.o snmp_agent.o: ../snmplib/libsnmp.a $(top_srcdir)/include/cache_snmp.h >@@ -1030,6 +1032,11 @@ > squid.conf.default: cf_parser.h > true > >+cf_gen$(EXEEXT): $(cf_gen_SOURCES) $(cf_gen_DEPENDENCIES) >+ $(HOSTCXX) -o $@ $(srcdir)/cf_gen.cc \ >+ $(top_srcdir)/lib/util.c $(top_srcdir)/lib/assert.c \ >+ -DNDEBUG -DBUILD_HOST_TOOL ${INCLUDES} >+ > cf_parser.h: cf.data cf_gen$(EXEEXT) > ./cf_gen cf.data $(srcdir)/cf.data.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 266581
:
188726
|
188727
|
188728
| 189192 |
189193