Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 406544 Details for
Bug 554532
app-cdr/cdw-0.8.0 build fix for uclibc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cdw-0.8.0-uclibc.patch
cdw-0.8.0-uclibc.patch (text/plain), 1.16 KB, created by
René Rhéaume
on 2015-07-11 18:02:48 UTC
(
hide
)
Description:
cdw-0.8.0-uclibc.patch
Filename:
MIME Type:
Creator:
René Rhéaume
Created:
2015-07-11 18:02:48 UTC
Size:
1.16 KB
patch
obsolete
>--- cdw-0.8.0/src/Makefile.am >+++ cdw-0.8.0-uclibc/src/Makefile.am >@@ -12,7 +12,7 @@ include $(top_srcdir)/Makefile.cdw.am > > # define common linker flags > # AM_LDFLAGS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm -lburn >-cdw_LIBS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm -lburn >+cdw_LIBS = -lmenuw -lformw -lpanelw -lncursesw -lpthread -lcdio -liso9660 -lm -lburn -lintl > > > # list source files >--- cdw-0.8.0/src/main.c >+++ cdw-0.8.0-uclibc/src/main.c >@@ -44,7 +44,9 @@ > #include <stdio.h> > #include <stdlib.h> > #include <string.h> >+#ifndef __UCLIBC__ > #include <mcheck.h> >+#endif > #include <signal.h> /* sig_atomic_t */ > > #include <dirent.h> /* PATH_MAX */ >--- cdw-0.8.0/src/tasks/cdw_create_image.c >+++ cdw-0.8.0-uclibc/src/tasks/cdw_create_image.c >@@ -21,6 +21,7 @@ > > #include <inttypes.h> > #include <stdlib.h> >+#include <unistd.h> > > #include "cdw_file_manager.h" > #include "gettext.h" >--- cdw-0.8.0/src/utilities/cdw_utils.c >+++ cdw-0.8.0-uclibc/src/utilities/cdw_utils.c >@@ -28,6 +28,7 @@ > #include <sys/types.h> > #include <sys/stat.h> > #include <fcntl.h> >+#include <unistd.h> > > #include "cdw_logging.h" > #include "gettext.h"
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 554532
: 406544 |
406546