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

Fix building uClibc-ng from custom directory #492

Merged
merged 2 commits into from
Dec 3, 2016

Commits on Dec 2, 2016

  1. Fix use of custom location if it is a directory.

    In that case, CT_GetCustom just creates a symlink to the original.
    In that case, 'cp -a <path> .' gives an error and 'cp -a <path> <newdir>'
    creates <newdir> as a symlink (which will then run the build inside
    the shared directory, .build/src/<package>).
    
    Signed-off-by: Alexey Neyman <stilor@att.net>
    stilor committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    51a3606 View commit details
    Browse the repository at this point in the history
  2. uClibc-ng needs to know whether it is 1.0.15+

    This is workaround, as more packages require similar tweaks (some
    depend on X_Y_Z_or_later config variables either in kconfig, or in
    the build scripts.
    
    We should have a CT_CompareVersion, that will apply the default
    or per-package method of comparison.
    
    Signed-off-by: Alexey Neyman <stilor@att.net>
    stilor committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    289188e View commit details
    Browse the repository at this point in the history