From 0b7e86d2422eb0ddabce5ffcd59ee31525a4e8af Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 29 Aug 2010 00:58:14 -0700 Subject: debian/rules: pass getconf LFS_CFLAGS so that we get a 64-bit rlimit interface. Closes: #579402. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index d8cc37ed..b42d70fb 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f LDFLAGS := -Wl,-z,defs -CFLAGS := -g +CFLAGS := -g $(shell getconf LFS_CFLAGS) ifeq (,$(findstring noopt, ${DEB_BUILD_OPTIONS})) CFLAGS += -O2 -- cgit v1.2.3