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

bump(main/dnsutils): 9.20.4 #23013

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

bump(main/dnsutils): 9.20.4 #23013

wants to merge 2 commits into from

Conversation

MrAdityaAlok
Copy link
Member

  • bump(main/dnsutils): 9.20.4
  • addpkg(main): liburcu

@MrAdityaAlok MrAdityaAlok force-pushed the update-dnsutils branch 4 times, most recently from 10b439e to 4d6f0fe Compare January 23, 2025 21:27
@MrAdityaAlok MrAdityaAlok marked this pull request as draft January 23, 2025 21:30
Signed-off-by: Aditya Alok <[email protected]>
- Required by `dnsutils` since version 9.20.4

Signed-off-by: Aditya Alok <[email protected]>
@MrAdityaAlok MrAdityaAlok marked this pull request as ready for review January 23, 2025 21:51
@MrAdityaAlok
Copy link
Member Author

@Grimler91 Please review.

make -C bin/nsupdate install
termux_step_post_configure() {
# Android linker is unable to driectly reslove versoined libraries.
# This will create a symlink to versoined library via `libname.so`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: typos, you type too fast I guess :D

driectly -> directly
reslove -> resolve
versoined -> versioned (in two places)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing it...

termux_step_post_configure() {
# Android linker is unable to driectly reslove versoined libraries.
# This will create a symlink to versoined library via `libname.so`.
sed -i 's|library_names_spec=.*|library_names_spec="\\\$libname\\\$release\\\$shared_ext \\\$libname\\\$shared_ext"|g' ./libtool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, why is this needed? The linuxandroid case in libtool.m4 already contains exactly this spec:

linux*android*)
  version_type=none # Android doesn't support versioned libraries.
  need_lib_prefix=no
  need_version=no
  library_names_spec='$libname$release$shared_ext $libname$shared_ext'

is it matching and using another case?

Copy link
Member Author

@MrAdityaAlok MrAdityaAlok Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird....

I do not have ($libname$shared_ext) in library_names_spec locally.

Which version did you check?

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