mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 21:38:05 +00:00
Make SUDOERS_LDFLAGS reference $(LDFLAGS) instead of using @LDFLAGS@
directly.
This commit is contained in:
parent
dcc4ec8436
commit
f6ffc8adf3
@ -56,7 +56,7 @@ CFLAGS = @CFLAGS@
|
||||
|
||||
# Flags to pass to the link stage
|
||||
LDFLAGS = @LDFLAGS@
|
||||
SUDOERS_LDFLAGS = @LDFLAGS@ @SUDOERS_LDFLAGS@
|
||||
SUDOERS_LDFLAGS = $(LDFLAGS) @SUDOERS_LDFLAGS@
|
||||
LTLDFLAGS = @LTLDFLAGS@
|
||||
|
||||
# Where to install things...
|
||||
|
Loading…
x
Reference in New Issue
Block a user