Skip to content

Commit 93bdfd1

Browse files
committed
Move PIE to install in $(bindir)
1 parent 1cfcc88 commit 93bdfd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,8 +1203,8 @@ AS_VAR_IF([PHP_PIE], [no],, [
12031203
12041204
AS_VAR_IF([PHP_PIE], [yes],
12051205
[AS_CASE([$PHP_LAYOUT],
1206-
[GNU], [PIE_INSTALLDIR=$datadir/pie],
1207-
[PIE_INSTALLDIR=$libdir/php])],
1206+
[GNU], [PIE_INSTALLDIR=$bindir],
1207+
[PIE_INSTALLDIR=$bindir])],
12081208
[PIE_INSTALLDIR=$PHP_PIE])
12091209
12101210
PHP_SUBST([PIE_INSTALLDIR])

0 commit comments

Comments
 (0)