Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f52ed2c7
...
f52ed2c7d8e5baa10f04fad38b8d7da1b987da52
authored
2016-10-20 07:54:02 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix
* mu/ldflags.c: Ignore "cfg" and "argp" keywords.
1 parent
3619df58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
mu/ldflags.c
mu/ldflags.c
View file @
f52ed2c
...
...
@@ -65,8 +65,8 @@ struct lib_descr {
#ifdef WITH_PYTHON
{
"python"
,
"-lmu_py "
PYTHON_LIBS
,
-
1
,
NOTALL
},
#endif
{
"cfg"
,
"-lmu_cfg"
,
-
1
,
NOTALL
},
{
"argp"
,
"-lmu_argp"
,
-
2
,
NOTALL
},
{
"cfg"
,
NULL
,
0
,
0
},
/* deprecated */
{
"argp"
,
NULL
,
0
,
0
},
/* deprecated */
{
NULL
}
};
...
...
@@ -100,7 +100,7 @@ add_entry (int level, char *ptr)
/* Sort the entries by their level. */
void
sort_entries
()
sort_entries
(
void
)
{
int
j
;
...
...
Please
register
or
sign in
to post a comment