Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159329 Details for
Bug 248371
configure error: Can't find RAPI library
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
synce-software-manager-0.9.0_autotools.patch -- solution
synce-software-manager-0.9.0_autotools.patch (text/plain), 1.19 KB, created by
Mykola Ulianytskyi
on 2007-07-16 14:54:37 UTC
(
hide
)
Description:
synce-software-manager-0.9.0_autotools.patch -- solution
Filename:
MIME Type:
Creator:
Mykola Ulianytskyi
Created:
2007-07-16 14:54:37 UTC
Size:
1.19 KB
patch
obsolete
>--- synce-software-manager-0.9.0/src/Makefile.am.autotools 2003-08-15 11:18:53.000000000 -0400 >+++ synce-software-manager-0.9.0/src/Makefile.am 2007-07-16 09:50:46.000000000 -0400 >@@ -1,5 +1,7 @@ > INCLUDES = \ > $(GTK2_CFLAGS) \ >+ ${LIBSYNCE_CFLAGS} \ >+ ${LIBRAPI2_CFLAGS} \ > $(APPLE_CFLAGS) > > bin_PROGRAMS = synce-software-manager >@@ -8,4 +10,6 @@ synce_software_manager_SOURCES = \ > main.c rapi_stuff.c pcommon.c > > synce_software_manager_LDFLAGS = \ >+ ${LIBSYNCE_LIBS} \ >+ ${LIBRAPI2_LIBS} \ > $(GTK2_LIBS) >--- synce-software-manager-0.9.0/configure.ac.autotools 2004-08-29 05:18:15.000000000 -0400 >+++ synce-software-manager-0.9.0/configure.ac 2007-07-16 10:00:57.000000000 -0400 >@@ -13,6 +13,14 @@ PKG_CHECK_MODULES(GTK2, [$pkg_modules]) > AC_SUBST(GTK2_CFLAGS) > AC_SUBST(GTK2_LIBS) > >+PKG_CHECK_MODULES(LIBRAPI2, [librapi2]) >+AC_SUBST(LIBRAPI2_CFLAGS) >+AC_SUBST(LIBRAPI2_LIBS) >+ >+PKG_CHECK_MODULES(LIBSYNCE, [libsynce]) >+AC_SUBST(LIBSYNCE_CFLAGS) >+AC_SUBST(LIBSYNCE_LIBS) >+ > AC_SUBST(APPLE_CFLAGS) > case $target in > >@@ -36,7 +44,7 @@ AC_PROG_MAKE_SET > > dnl Check for SynCE libs > dnl AM_PATH_LIBSYNCE >-AM_PATH_LIBRAPI2 >+dnl AM_PATH_LIBRAPI2 > dnl AM_PATH_RRA > > dnl Prevent "NONE" used as prefix!
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248371
:
159328
| 159329