Package: libmodplug
Version: 0.8.8.2-3
Severity: normal

When CC or CXX is already defined in the environment debian/rules will use 
those values. If those values
contain spaces, such as when using ccache so that CC="ccache /usr/bin/cc", the 
build will fail.

Fix is trivial, just replace

CC=$(CC) CXX=$(CXX) CFLAGS="-O2" CXXFLAGS="-O2"

with 

CC="$(CC)" CXX="$(CXX)" CFLAGS="-O2" CXXFLAGS="-O2"

Francis

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39.3 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to