Bug 64259

Summary: minor fix in Makefile.in for supporting cross-compiling
Product: [Retired] Red Hat Linux Reporter: Amy Lin <alin>
Component: xinetdAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-30 19:53:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
put a quote around $CC in the Makefile to support long CC definition for cross-compiling none

Description Amy Lin 2002-04-30 19:51:41 UTC
Description of Problem: building fails if CC="gcc -xxx -xxx"
easy fix by put quote, i.e.  CC="$CC" , please see the attached patch file.


Version-Release number of selected component (if applicable):
2.3.4-0.8

How Reproducible: Always


Steps to Reproduce:
1. assign CC=gcc -L/usr/lib -I/usr/inlcude
2. export it
3. building package

Actual Results:


Expected Results:


Additional Information:

Comment 1 Amy Lin 2002-04-30 19:53:13 UTC
Created attachment 55927 [details]
put a quote around $CC in the Makefile to support long CC definition for cross-compiling

Comment 2 Trond Eivind Glomsrxd 2002-07-17 20:52:13 UTC
Added to xinetd-2.3.5-5