diff options
author | Jay Freeman <saurik@saurik.com> | 2009-08-15 08:55:06 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-08-15 08:55:06 +0000 |
commit | 941b171aa5289e307200390a7810ef79f7145c00 (patch) | |
tree | 01708bf4343b0b73fcbf56386af2438487fba843 /data/php | |
parent | 7ffe673b087938d8edc89753e02266d6b0eda7c5 (diff) |
Various things I forgot to commit.
git-svn-id: http://svn.telesphoreo.org/trunk@669 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/php')
l--------- | data/php/_metadata/curl.dep | 1 | ||||
-rw-r--r-- | data/php/make.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/php/_metadata/curl.dep b/data/php/_metadata/curl.dep new file mode 120000 index 000000000..9c4438112 --- /dev/null +++ b/data/php/_metadata/curl.dep @@ -0,0 +1 @@ +../../curl
\ No newline at end of file diff --git a/data/php/make.sh b/data/php/make.sh index 71dc0d351..a46655ddb 100644 --- a/data/php/make.sh +++ b/data/php/make.sh @@ -1,5 +1,5 @@ pkg:setup autoconf -CC="${PKG_TARG}"-gcc pkg:configure --with-iconv="${PKG_ROOT}"/usr +CC="${PKG_TARG}"-gcc pkg:configure --with-iconv="${PKG_ROOT}"/usr --with-curl="$(PKG_DEST_ curl)"/usr --enable-fastcgi make make install prefix="${PKG_DEST}"/usr datarootdir="${PKG_DEST}"/usr |