diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-08 00:47:22 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-08 00:47:22 +0000 |
commit | 442c240c64d3888ac76a070c6aa8028d63700fda (patch) | |
tree | 6eceb2e7aa966128c6eb54845c78ba1afef5ff47 /nonworking | |
parent | 0839dcb3bfac8f499d0a607f98ee3b209f3b894c (diff) |
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.patch | 0 | ||||
-rw-r--r-- | nonworking/postfix/postfix-2.0.15/makedefs.patch | 0 | ||||
-rw-r--r-- | nonworking/postfix/postfix_2.0.15.oe | 30 |
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 -#} |