[Bug 82] New: Dangerous -DINST_INSTALL_PREFIX compiler flag
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
https://bugs.gephex.org/show_bug.cgi?id=82
Summary: Dangerous -DINST_INSTALL_PREFIX compiler flag
Product: GePhex
Version: 0.4
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: build
AssignedTo: [email protected]
ReportedBy: [email protected]
In engine/src/engine/Makefile.am and qtgui/src/gui/Makefile.am,
the installation prefix given to the configure script is passed as a
cpp prepcessor macro INST_INSTALL_PREFIX to the compiler.
This is dangerous since the compiled code must not depend on this
prefix (the prefix can be changed at install time).
The macro is nowhere used in the code.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.