Fix last commit being incomplete
FossilOrigin-Name: c21e28e0f478334a56b5b339e330930f133eaf7863fa545ae09eee49df16e185
This commit is contained in:
parent
a36a892840
commit
8a3759a36b
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ AC_DEFUN([BUILDSYS_PIE], [
|
|||
], [
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_SUBST(PIE_CFLAGS, -fPIE)
|
||||
AC_SUBST(PIE_LDFLAGS, -pie)
|
||||
AC_SUBST(PIE_LDFLAGS, [-Wl,-pie])
|
||||
], [
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue