From c3d3cf7ad01bad319a7feec47f4555b806d9557e Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Tue, 7 Jan 2014 14:29:46 +0000 Subject: [PATCH] use hardening LDFLAGS (fix from Simon Ruderich) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0c44678..c6e755b 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ CFLAGS+=-DSHADOW_PWD build: $(checkdir) xmkmf - $(MAKE) CFLAGS="$(CFLAGS)" CDEBUGFLAGS="" xtrlock + $(MAKE) CFLAGS="$(CFLAGS)" CDEBUGFLAGS="" LOCAL_LDFLAGS="$(LDFLAGS)" xtrlock touch build clean: -- 2.30.2