Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 12327] New: patch to add custom CPPFLAGS and possible typo

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 12327] New: patch to add custom CPPFLAGS and possible typo
  • Date: 28 May 2006 14:01:29 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=12327

Summary: patch to add custom CPPFLAGS and possible typo
Product: Sorcery
Version: Untargetted future release
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: Unknown
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: thomas-forum AT orgis.org


These flags are handy for some uses and I see no reason why they should be
separated from their brethren CFLAGS,CXXFLAGS and LDFLAGS.

Please also have a look at that section of the patch:

@@ -151,7 +152,8 @@
17 50 9 \
CFLAGS "$USER_SPELL_CFLAGS" \
CXXFLAGS "$USER_SPELL_CXXFLAGS" \
- LDFLAGS "$USER_CUSTOM_LDFLAGS"'`)
+ LDFLAGS "$USER_CUSTOM_LDFLAGS"' \
+ CPPFLAGS "$USER_SPELL_CPPFLAGS"`)
rc=$?
[[ $rc == 0 ]] || [[ $rc == 1 ]] && break
set ${RESULTS[*]}

I don't see $USER_CUSTOM_LDFLAGS anywhere else... should it be
$USER_SPELL_LDFLAGS?

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 12327] New: patch to add custom CPPFLAGS and possible typo, bugzilla-daemon, 05/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page