Package: hfsprogs
Version: 332.14-4
Followup-For: Bug #436159

Forgot the debian/rules changes

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

Kernel: Linux 2.6.22.2-mrvn
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
diff -u hfsprogs-332.14/debian/rules hfsprogs-332.14/debian/rules
--- hfsprogs-332.14/debian/rules
+++ hfsprogs-332.14/debian/rules
@@ -10,7 +10,7 @@
 mandir=$(tmpdir)/usr/share/man/$(mansec)
 
 # CFLAGS
-CFLAGS = -Wall -g
+CFLAGS = -W -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
@@ -25,10 +25,6 @@
 
 # For compiling on amd64
 DEB_HOST_ARCH	?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-ifneq (,$(findstring amd64,$(DEB_HOST_ARCH)))
-	CFLAGSFSCK += -m32
-	LDFLAGSFSCK += -m32
-endif
 
 configure: configure-stamp
 configure-stamp:

Reply via email to