diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-20 19:25:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-20 19:25:21 +0000 |
commit | d495cd12a3d00437fdbf115d7d4da29aefbfa87a (patch) | |
tree | a5dd708ad79fef06c5401992a5707b578a07958e /libetpan/libetpan_cvs.oe | |
parent | ae6a819cbbefa94fc0fd80740b64ef7a0f91963a (diff) |
cut down on excessive inheriting of gettext
BKrev: 419f9a21z21yrFbBd2GxylNLiDaqXg
Diffstat (limited to 'libetpan/libetpan_cvs.oe')
-rw-r--r-- | libetpan/libetpan_cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libetpan/libetpan_cvs.oe b/libetpan/libetpan_cvs.oe index 5a16f6a2fe..ee497c4df7 100644 --- a/libetpan/libetpan_cvs.oe +++ b/libetpan/libetpan_cvs.oe @@ -9,7 +9,7 @@ TAG="rel-0-33-b" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/libetpan;tag=${TAG};module=libetpan" -inherit autotools pkgconfig gettext gettext +inherit autotools pkgconfig gettext EXTRA_OECONF = "--with-openssl=${STAGING_LIBDIR}/.. --disable-db" |