php: remove redundant --static flag to pkg-config
authorThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Sun, 26 Jul 2015 18:58:32 +0000 (20:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Jul 2015 21:45:02 +0000 (23:45 +0200)
commit5ccde01652bc41da325bf4c9a5abbf0031080784
treef0f2cfcd5c92b38f749073262c6b6593b62fca5f
parentc38869b41b7b6b0ace06884ff13c5d751023b861
php: remove redundant --static flag to pkg-config

The pkg-config tool is automatically passing --static when BR2_STATIC_LIBS
is set (see package/pkgconf/pkgconf.mk), so no need to pass it explicitly
from package .mk files.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/php/php.mk