projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f8da7
)
php: add version to license string
author
Rahul Bedarkar
<rahulbedarkar89@gmail.com>
Sat, 1 Apr 2017 19:06:31 +0000
(
00:36
+0530)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 20:39:19 +0000
(22:39 +0200)
As per LICENSE file, php uses PHP license version 3.01.
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/php/php.mk
patch
|
blob
|
history
diff --git
a/package/php/php.mk
b/package/php/php.mk
index f59a4e878178eab71f2fbaceef6d995b1c17e286..22eeddd97c3504ed504f1b4bb4b8140864fc9d7d 100644
(file)
--- a/
package/php/php.mk
+++ b/
package/php/php.mk
@@
-11,7
+11,7
@@
PHP_INSTALL_STAGING = YES
PHP_INSTALL_STAGING_OPTS = INSTALL_ROOT=$(STAGING_DIR) install
PHP_INSTALL_TARGET_OPTS = INSTALL_ROOT=$(TARGET_DIR) install
PHP_DEPENDENCIES = host-pkgconf
-PHP_LICENSE = PHP
+PHP_LICENSE = PHP
-3.01
PHP_LICENSE_FILES = LICENSE
PHP_CONF_OPTS = \
--mandir=/usr/share/man \