diff options
Diffstat (limited to 'packages/tin')
-rw-r--r-- | packages/tin/tin_1.7.3.bb | 2 | ||||
-rw-r--r-- | packages/tin/tin_1.9.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/tin/tin_1.7.3.bb b/packages/tin/tin_1.7.3.bb index 3383f74757..58726d7a27 100644 --- a/packages/tin/tin_1.7.3.bb +++ b/packages/tin/tin_1.7.3.bb @@ -9,7 +9,7 @@ SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \ file://m4.patch;patch=1 \ file://configure.patch;patch=1" -inherit autotools +inherit autotools EXTRA_OECONF = "--with-screen=ncurses" CFLAGS += "-DM_UNIX" diff --git a/packages/tin/tin_1.9.1.bb b/packages/tin/tin_1.9.1.bb index 560184f413..dcf53bd8b5 100644 --- a/packages/tin/tin_1.9.1.bb +++ b/packages/tin/tin_1.9.1.bb @@ -7,7 +7,7 @@ PR = "r0" SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \ file://m4.patch;patch=1" -inherit autotools +inherit autotools PARALLEL_MAKE = "" EXTRA_OECONF = "--with-screen=ncurses --with-pcre=${STAGING_LIBDIR}/.." |