properly merge intermediary dependencies #34

Closed
opened 2012-08-09 21:10:22 +00:00 by ariadne · 3 comments

if foo and bar both require -lm then -lm should come after -lfoo and -lbar.

if foo and bar both require -lm then -lm should come after -lfoo and -lbar.
Poster
Owner

cheap solution: if adding a duplicate lib entry, dequeue it from the fragment list and readd it to the end.

cheap solution: if adding a duplicate lib entry, dequeue it from the fragment list and readd it to the end.
Poster
Owner

@alexkay: can you check and see if this fixes the problem for you?

@alexkay: can you check and see if this fixes the problem for you?
alexkay commented 2012-08-09 22:34:42 +00:00 (Migrated from github.com)
Poster
Owner

It does, thank you for following up!

It does, thank you for following up!
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#34
There is no content yet.