rpms/libhbaapi/devel libhbaapi-2.2-9-dl-linking.patch, NONE, 1.1 libhbaapi.spec, 1.9, 1.10 libhbaapi-2.2-9-ld-linking.patch, 1.1, NONE

Jan Zeleny jzeleny at fedoraproject.org
Wed Nov 4 16:28:20 UTC 2009


Author: jzeleny

Update of /cvs/extras/rpms/libhbaapi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8168

Modified Files:
	libhbaapi.spec 
Added Files:
	libhbaapi-2.2-9-dl-linking.patch 
Removed Files:
	libhbaapi-2.2-9-ld-linking.patch 
Log Message:
corrected typo in previous commit

libhbaapi-2.2-9-dl-linking.patch:
 configure.ac |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE libhbaapi-2.2-9-dl-linking.patch ---
--- hbaapi_src_2.2/configure.ac.orig	2009-06-11 19:35:50.000000000 +0200
+++ hbaapi_src_2.2/configure.ac	2009-11-04 17:04:44.604051043 +0100
@@ -4,6 +4,8 @@
 AC_PROG_CC
 AC_PROG_LIBTOOL
 
+AC_CHECK_LIB(dl, dlopen)
+
 AC_CONFIG_FILES([Makefile HBAAPI.pc])
 AC_OUTPUT
 


Index: libhbaapi.spec
===================================================================
RCS file: /cvs/extras/rpms/libhbaapi/devel/libhbaapi.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- libhbaapi.spec	4 Nov 2009 16:25:52 -0000	1.9
+++ libhbaapi.spec	4 Nov 2009 16:28:20 -0000	1.10
@@ -16,7 +16,7 @@ Source0:        http://downloads.sourcef
 # cd .. && gzip hbaapi_build.tar
 Source1:        hbaapi_build_%{buildversion}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0:         libhbaapi-2.2-9-ld-linking.patch
+Patch0:         libhbaapi-2.2-9-dl-linking.patch
 
 BuildRequires:  automake libtool
 # Requires:       
@@ -78,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Wed Nov 04 2009 Jan Zeleny <jzeleny at redhat.com> - 2.2-9
-- fixed linking with libld
+- fixed linking with libdl
 
 * Thu Jul 30 2009 Jan Zeleny <jzeleny at redhat.com> - 2.2-8
 - added libtool to BuildRequires


--- libhbaapi-2.2-9-ld-linking.patch DELETED ---




More information about the fedora-extras-commits mailing list