Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.2rc1, 3.2.0alpha1
-
Component/s: Installation (I)
-
Labels:
Description
LIBS and LDFLAGS are separated for server and proxy but CFLAGS are the same. Should this be like that?
CFLAGS="${CFLAGS} ${DB_CPPFLAGS}" SERVER_LDFLAGS="${SERVER_LDFLAGS} ${DB_LDFLAGS}" SERVER_LIBS="${SERVER_LIBS} ${DB_LIBS}"