mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
r22976: whoops typo
(This used to be commit 2d4c3a7520e3fa8b61d717a83ae63a633f433ea3)
This commit is contained in:
parent
4a50c67462
commit
f42759dbfc
@ -1772,7 +1772,7 @@ then
|
||||
int foo;
|
||||
main () { return 0;}
|
||||
EOF
|
||||
if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -pie -fPIE -Wl,z,relro -o conftest conftest.c 1>&AS_MESSAGE_LOG_FD])
|
||||
if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -pie -fPIE -Wl,-z,relro -o conftest conftest.c 1>&AS_MESSAGE_LOG_FD])
|
||||
then
|
||||
samba_cv_fpie_relro=yes
|
||||
else
|
||||
@ -1782,7 +1782,7 @@ EOF
|
||||
])
|
||||
if test x"${samba_cv_fpie_relro}" = x"yes"
|
||||
then
|
||||
PIE_LDFLAGS="-pie -Wl,z,relro"
|
||||
PIE_LDFLAGS="-pie -Wl,-z,relro"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user