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

configure: drop unused build options #2794

Merged
merged 16 commits into from
Jun 28, 2018

Conversation

CvH
Copy link
Member

@CvH CvH commented Jun 24, 2018

configure: WARNING: unrecognized options: --disable-libcurl, --disable-libmms
removed all build options that are not available anymore

python2: creates still a lot of these warnings while compiling some sub libs

sidplay-libs: configure: WARNING: unrecognized options: --disable-library-checks - some error at their code

@CvH
Copy link
Member Author

CvH commented Jun 24, 2018

How to check:

awk.cfg

/^\s*\033\[.*mBUILD\033\[.*m/ {
  PKG=$2
  TRG=$3
  sub(/^.*\(/, "", TRG)
  sub(/\).*$/, "", TRG)
}

/^configure: WARNING: unrecognized options: --disable-static, --enable-shared$/ { next }
/^configure: WARNING: unrecognized options: --disable-static$/ { next }
/^configure: WARNING: unrecognized options: --enable-shared$/ { next }

/^configure: WARNING: unrecognized options:/ {
  printf "%-20s: %s\n", PKG " (" TRG ")", $0
}

awk -f awk.cfg le-build-output.log

@MilhouseVH MilhouseVH merged commit 3e3cc3d into LibreELEC:master Jun 28, 2018
@CvH CvH deleted the 9.0-config-drop-crap branch June 28, 2018 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants