2
1
Эх сурвалжийг харах

php: fix typo

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Samuel Martin 11 жил өмнө
parent
commit
6ff1538579

+ 1 - 1
package/php/php.mk

@@ -126,7 +126,7 @@ ifeq ($(BR2_PACKAGE_PHP_EXT_INTL),y)
 	# The intl module is implemented in C++, but PHP fails to use
 	# The intl module is implemented in C++, but PHP fails to use
 	# g++ as the compiler for the final link. As a workaround,
 	# g++ as the compiler for the final link. As a workaround,
 	# tell it to link libstdc++.
 	# tell it to link libstdc++.
-	PHP_EXTRA_LIBS + = -lstdc++
+	PHP_EXTRA_LIBS += -lstdc++
 endif
 endif
 
 
 ifeq ($(BR2_PACKAGE_PHP_EXT_GMP),y)
 ifeq ($(BR2_PACKAGE_PHP_EXT_GMP),y)