[Build-common-hackers] Bug#293483: arts.rules example encourages unconditional use of --with-alsa

Robert Millan Robert Millan <rmh@debian.org>, 293483@bugs.debian.org
Thu, 03 Feb 2005 19:58:01 +0100


Package: cdbs
Version: 0.4.26-1.1
Severity: important

The following line in arts.rules is utterly wrong:

  DEB_CONFIGURE_EXTRA_FLAGS := --with-alsa

Since alsa is Linux-specific, it should be something like:

  ifeq ($(DEB_HOST_GNU_SYSTEM), linux)
  DEB_CONFIGURE_EXTRA_FLAGS := --with-alsa
  endif

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i386)
Kernel: GNU/kFreeBSD 5.3-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

-- no debconf information