diff options
Diffstat (limited to 'data/php/make.sh')
-rw-r--r-- | data/php/make.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/php/make.sh b/data/php/make.sh new file mode 100644 index 000000000..71dc0d351 --- /dev/null +++ b/data/php/make.sh @@ -0,0 +1,5 @@ +pkg:setup +autoconf +CC="${PKG_TARG}"-gcc pkg:configure --with-iconv="${PKG_ROOT}"/usr +make +make install prefix="${PKG_DEST}"/usr datarootdir="${PKG_DEST}"/usr |