Bug 4935 - dedicated server linked against libjpeg if using system libjpeg
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: PC Linux
: P3 minor
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-03-16 18:09 EDT by Simon McVittie
Modified: 2011-03-17 08:41:17 EDT
1 user (show)

See Also:


Attachments
patch (420 bytes, patch)
2011-03-16 18:09 EDT, Simon McVittie

Description Simon McVittie 2011-03-16 18:09:37 EDT
Created attachment 2643 [details]
patch

My patch for Bug #4564 had a bug that's still present in the version that was committed: when using the system libjpeg, -ljpeg is added to LIBS, so it ends up linked into the dedicated server for no good reason. It should be in CLIENT_LIBS instead.
Comment 1 Thilo Schulz 2011-03-17 08:41:17 EDT
fixed r1934