summaryrefslogtreecommitdiff
blob: e0ac730b2d56c42ebbdff5858acc84081753fad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: sudo-1.8.1rc1/plugins/sudoers/Makefile.in
===================================================================
--- sudo-1.8.1rc1.orig/plugins/sudoers/Makefile.in
+++ sudo-1.8.1rc1/plugins/sudoers/Makefile.in
@@ -55,8 +55,8 @@ CPPFLAGS = -I$(incdir) -I$(top_builddir)
 CFLAGS = @CFLAGS@
 
 # Flags to pass to the link stage
-LDFLAGS =
-SUDOERS_LDFLAGS = @SUDOERS_LDFLAGS@
+LDFLAGS = @LDFLAGS@
+SUDOERS_LDFLAGS = $(LDFLAGS) @SUDOERS_LDFLAGS@
 
 # Where to install things...
 prefix = @prefix@