aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog3
-rwxr-xr-xrules6
2 files changed, 5 insertions, 4 deletions
diff --git a/changelog b/changelog
index 935f75a8..c7a6afcf 100644
--- a/changelog
+++ b/changelog
@@ -63,8 +63,9 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low
Christoph Nordholz.
* New patch 065_pam_unix_cracklib_disable: Debian-specific patch to disable
cracklib support in pam_unix. Thanks to Christoph Nordholz.
+ * Rename OS_CFLAGS to CFLAGS.
- -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 22:23:51 -0700
+ -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 22:33:36 -0700
pam (0.79-4) unstable; urgency=medium
diff --git a/rules b/rules
index 988962fe..843f1dee 100755
--- a/rules
+++ b/rules
@@ -8,10 +8,10 @@
DH_COMPAT = 3
export DH_COMPAT
-OS_CFLAGS := -g -D_GNU_SOURCE -D_REENTRANT -fPIC
+CFLAGS := -g -D_GNU_SOURCE -D_REENTRANT -fPIC
ifeq (,$(findstring noopt, ${DEB_BUILD_OPTIONS}))
-OS_CFLAGS += -O2
+CFLAGS += -O2
endif
LC_COLLATE=C
@@ -36,7 +36,7 @@ build-stamp: configure-stamp
dh_testdir
# Compile everything else
- $(MAKE) -C $(BUILD_TREE) OS_CFLAGS="$(OS_CFLAGS)"
+ $(MAKE) -C $(BUILD_TREE) CFLAGS="$(CFLAGS)"
touch build-stamp