aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-06-08 00:47:22 +0000
committerChris Larson <clarson@kergoth.com>2004-06-08 00:47:22 +0000
commit442c240c64d3888ac76a070c6aa8028d63700fda (patch)
tree6eceb2e7aa966128c6eb54845c78ba1afef5ff47 /nonworking
parent0839dcb3bfac8f499d0a607f98ee3b209f3b894c (diff)
downloadopenembedded-442c240c64d3888ac76a070c6aa8028d63700fda.tar.gz
Fix the postfix build and move it out of nonworking.
BKrev: 40c50c9aEQ-3afEx7InDEiPYi1HiIg
Diffstat (limited to 'nonworking')
-rw-r--r--nonworking/postfix/postfix-2.0.15/install.patch0
-rw-r--r--nonworking/postfix/postfix-2.0.15/makedefs.patch0
-rw-r--r--nonworking/postfix/postfix_2.0.15.oe30
3 files changed, 0 insertions, 30 deletions
diff --git a/nonworking/postfix/postfix-2.0.15/install.patch b/nonworking/postfix/postfix-2.0.15/install.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/nonworking/postfix/postfix-2.0.15/install.patch
+++ /dev/null
diff --git a/nonworking/postfix/postfix-2.0.15/makedefs.patch b/nonworking/postfix/postfix-2.0.15/makedefs.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/nonworking/postfix/postfix-2.0.15/makedefs.patch
+++ /dev/null
diff --git a/nonworking/postfix/postfix_2.0.15.oe b/nonworking/postfix/postfix_2.0.15.oe
deleted file mode 100644
index dd66f28483..0000000000
--- a/nonworking/postfix/postfix_2.0.15.oe
+++ /dev/null
@@ -1,30 +0,0 @@
-DEPENDS = db3
-
-SRC_URI = ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \
- file://${FILESDIR}/makedefs.patch;patch=1 \
- file://${FILESDIR}/install.patch;patch=1
-
-export SYSLIBS='-lpcre -ldb -lnsl -lresolv ${LDFLAGS}'
-export EXPORT="AUXLIBS='-lpcre' CCARGS='-DHAS_PCRE ${CFLAGS}' OPT='' DEBUG='-g'"
-export CC_append=" -DHAS_PCRE ${CFLAGS}"
-
-export EXTRA_OEMAKE = "-e"
-do_compile_prepend () {
- unset CFLAGS CPPFLAGS CXXFLAGS
-}
-
-#do_compile_append () {
-# rm -f src/postconf/postconf.o
-# oe_runmake -C src/postconf \
-# AR='${BUILD_AR}' \
-# RANLIB='${BUILD_RANLIB}' \
-# SYSLIBS='-lpcre -ldb -lnsl -lresolv ${BUILD_LDFLAGS}' \
-# EXPORT="AUXLIBS='-lpcre' CCARGS='-DHAS_PCRE ${BUILD_CFLAGS}' OPT='' DEBUG='-g'" \
-# CC='${BUILD_CC} -DHAS_PCRE ${BUILD_CFLAGS}' \
-# PROG='postconf.native'
-# touch src/postconf/postconf.c src/postconf/postconf.o bin/postconf.native bin/postconf
-#}
-#
-#do_install () {
-# sh ./postfix-install 'install_root=${D}' -non-interactive
-#}