summaryrefslogtreecommitdiff
path: root/packages/php/php_5.1.4.bb
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2008-09-21 13:56:33 +0000
committerPaul Eggleton <bluelightning@bluelightning.org>2008-09-21 13:56:33 +0000
commita1e1a2e1738d4f5a9d8ee8f895c2525f1b37edee (patch)
tree8be7806d2cc094180ef9b7879fe99e0cebdf2dd6 /packages/php/php_5.1.4.bb
parent84d6e7e3708f89589638b37069218f58e822343c (diff)
parentfd08d6342ad38345dd8651367f584672712543f5 (diff)
merge of '2164eb62b60f233738ed0300039cc4c534e16a14'
and 'e330aca99df7101ab377267e761f56c0df7ef4ae'
Diffstat (limited to 'packages/php/php_5.1.4.bb')
-rw-r--r--packages/php/php_5.1.4.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/php/php_5.1.4.bb b/packages/php/php_5.1.4.bb
deleted file mode 100644
index e639bf5acf..0000000000
--- a/packages/php/php_5.1.4.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-require php.inc
-
-PR = "r3"
-
-SRC_URI += "file://autotools.patch;patch=1"
-
-inherit autotools
-
-export THREADS="pthread"
-export LIBS=" -lpthread "
-
-EXTRA_OECONF = "--without-iconv \
- --enable-discard-path \
- --enable-sockets \
- --enable-memory-limit \
- --enable-wddx \
- --with-zlib"
-
-EXTRA_OECONF += " --without-pear --with-libxml-dir=${STAGING_BINDIR} "
-# Uncomment the following two lines, and comment the above to enable PEAR
-#EXTRA_OECONF += " --with-pear-php-cli=${STAGING_BINDIR_NATIVE}/php"
-#DEPENDS += " php-native"
-
-do_configure_append() {
- find ${S} -type f | xargs sed -i 's:/usr/lib:${STAGING_LIBDIR}:'
- find ${S} -type f | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
-}