Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master branch: fix bugs 250, 259 and 273 #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ony
Copy link

@ony ony commented Jan 5, 2013

Please consider these commits as part of fixing bug 203 related with DESTDIR, bug 259 related with libdir and others and bug 273 related with race condition (last one requires more detail review since I'm not sure what I did).

See http://bugs.mercury.csse.unimelb.edu.au/view.php?id=203
Stripped DESTDIR when building boehm_gc/libatomic_ops
Added DESTDIR to default values in scripts/mmc
Many linux distributives uses /usr/lib64 for amd64 libraries and
/usr/lib32 for x86. To support those this change allows to override
/usr/lib with standart libdir var in autoconf.

See http://bugs.mercury.csse.unimelb.edu.au/view.php?id=259
Removed mdbcomp modules copy-in. Instead just include mdbcomp in search
subdirs.

See http://bugs.mercury.csse.unimelb.edu.au/view.php?id=273
@PaulBone
Copy link
Member

PaulBone commented Jan 9, 2013

I've fixed bug273 with a different solution. See 347e098

Thanks.

@PaulBone
Copy link
Member

PaulBone commented Dec 6, 2013

Peter Wang fixed bug203 back in March, so I'll drop that patch also.

Peter's fix was based on your patch, thank you for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants