Bug 747936 - Do not use baudboy.h
Summary: Do not use baudboy.h
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: minicom
Version: rawhide
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jaromír Cápík
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-21 12:57 UTC by Jiri Popelka
Modified: 2016-02-01 01:55 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-24 14:31:53 UTC
Type: ---


Attachments (Terms of Use)
updated rh.patch (4.46 KB, patch)
2011-10-21 12:57 UTC, Jiri Popelka
no flags Details | Diff

Description Jiri Popelka 2011-10-21 12:57:41 UTC
Created attachment 529505 [details]
updated rh.patch

Description of problem:

Lockdev has had new upstream for almost 2 year now. They merged all patches
from various distros and done many other changes. The most important for you is
that lockdev-devel in Fedora-17 no longer contains baudboy.h so you need to use
ttylock.h instead of baudboy.h and link against liblockdev.

You need to fix minicom-2.5-rh.patch (I'm attaching updated one) and run autoreconf before %configure

diff --git a/minicom.spec b/minicom.spec
@@ -7,7 +7,7 @@ License: GPLv2+
 Group: Applications/Communications
 ExcludeArch: s390 s390x
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: lockdev-devel ncurses-devel
+BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel
 Requires: lockdev lrzsz
 
 Source0: http://alioth.debian.org/frs/download.php/3487/minicom-2.5.tar.gz
@@ -34,6 +34,7 @@ cp -pr doc doc_
 rm -f doc_/Makefile*
 
 %build
+autoreconf --verbose --force --install
 %configure
 make %{?_smp_mflags}

Comment 1 Jaromír Cápík 2011-10-24 14:31:53 UTC
Thanks.

Changes applied ... closing.


Note You need to log in before you can comment on or make changes to this bug.