Skip to content

Commit 5140889

Browse files
authored
Remove unused build variables (#12746)
- LFLAGS - PHP_LIBS - SHARED_LIBTOOL - EXT_LIBS These were part of the build system in the past and are no longer used in current code.
1 parent 04f8c1b commit 5140889

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

configure.ac

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,8 +1516,6 @@ PHP_SUBST(PHP_BINARIES)
15161516
PHP_SUBST(PHP_MODULES)
15171517
PHP_SUBST(PHP_ZEND_EX)
15181518

1519-
PHP_SUBST(EXT_LIBS)
1520-
15211519
PHP_SUBST_OLD(abs_builddir)
15221520
PHP_SUBST_OLD(abs_srcdir)
15231521

@@ -1556,20 +1554,17 @@ PHP_SUBST_OLD(ZEND_EXTRA_LIBS)
15561554
PHP_SUBST_OLD(INCLUDES)
15571555
PHP_SUBST_OLD(EXTRA_INCLUDES)
15581556
PHP_SUBST_OLD(INSTALL_IT)
1559-
PHP_SUBST(LFLAGS)
15601557
PHP_SUBST(LIBTOOL)
15611558
PHP_SUBST(LN_S)
15621559
PHP_SUBST_OLD(NATIVE_RPATHS)
15631560
PHP_SUBST_OLD(PEAR_INSTALLDIR)
15641561
PHP_SUBST_OLD(PHP_LDFLAGS)
1565-
PHP_SUBST_OLD(PHP_LIBS)
15661562
PHP_SUBST(OVERALL_TARGET)
15671563
PHP_SUBST(PHP_RPATHS)
15681564
PHP_SUBST(PHP_SAPI)
15691565
PHP_SUBST_OLD(PHP_VERSION)
15701566
PHP_SUBST_OLD(PHP_VERSION_ID)
15711567
PHP_SUBST(SHELL)
1572-
PHP_SUBST(SHARED_LIBTOOL)
15731568
PHP_SUBST(PHP_FRAMEWORKS)
15741569
PHP_SUBST(PHP_FRAMEWORKPATH)
15751570
PHP_SUBST(INSTALL_HEADERS)
@@ -1676,7 +1671,6 @@ PHP_SET_LIBTOOL_VARIABLE([--tag CC])
16761671

16771672
test -z "$PHP_COMPILE" && PHP_COMPILE='$(LIBTOOL) --mode=compile $(COMPILE) -c $<'
16781673
test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<'
1679-
SHARED_LIBTOOL='$(LIBTOOL)'
16801674

16811675
CC=$old_CC
16821676

scripts/phpize.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,7 @@ PHP_SUBST(PHP_EXECUTABLE)
204204
PHP_SUBST(EXTRA_LDFLAGS)
205205
PHP_SUBST(EXTRA_LIBS)
206206
PHP_SUBST(INCLUDES)
207-
PHP_SUBST(LFLAGS)
208207
PHP_SUBST(LDFLAGS)
209-
PHP_SUBST(SHARED_LIBTOOL)
210208
PHP_SUBST(LIBTOOL)
211209
PHP_SUBST(SHELL)
212210
PHP_SUBST(INSTALL_HEADERS)

0 commit comments

Comments
 (0)