git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e86bf2
)
esmtp: Add --with-libesmtp option to configure else it adds -L/lib to LDFLAGS
author
Richard Purdie
<rpurdie@rpsys.net>
Wed, 26 Mar 2008 14:24:50 +0000
(14:24 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Wed, 26 Mar 2008 14:24:50 +0000
(14:24 +0000)
packages/esmtp/esmtp_0.5.1.bb
patch
|
blob
|
history
diff --git
a/packages/esmtp/esmtp_0.5.1.bb
b/packages/esmtp/esmtp_0.5.1.bb
index
2ab587a
..
47709c1
100644
(file)
--- a/
packages/esmtp/esmtp_0.5.1.bb
+++ b/
packages/esmtp/esmtp_0.5.1.bb
@@
-5,7
+5,11
@@
mechanisms) and StartTLS SMTP extensions."
SECTION = "console/network"
LICENSE = "GPL"
DEPENDS = "libesmtp"
+PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/esmtp/esmtp-${PV}.tar.bz2"
+# Have to set this or we get -L/lib in LDFLAGS
+EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}"
+
inherit autotools