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

Add configure flag --with-libunistring-prefix #240

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

rockdaboot
Copy link
Owner

Fixes #214

@TurtleWilly @rb07 Can you test this please?

It looks like it works for me:

$ ./configure --enable-runtime=libidn2 --with-libunistring-prefix=/tmp
...
$ make
...
$ ldd tests/test-is-public
        linux-vdso.so.1 (0x00007ffd4179a000)
        libpsl.so.5 => /home/tim/src/libpsl/src/.libs/libpsl.so.5 (0x00007f2440e2c000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f2440c2d000)
        libunistring.so.5 => /tmp/lib/libunistring.so.5 (0x00007f2440a70000)
        libidn2.so.0 => /lib/x86_64-linux-gnu/libidn2.so.0 (0x00007f2440a3d000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f2440e46000)

@rockdaboot rockdaboot self-assigned this Mar 24, 2024
@rb07
Copy link

rb07 commented Mar 24, 2024

Yes, it works for me.

@rockdaboot rockdaboot merged commit d0967ae into master Mar 25, 2024
9 of 13 checks passed
@rockdaboot rockdaboot deleted the with-libunistring-prefix branch March 25, 2024 17:26
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.

Direct dependency "libunistring" has no configure options
2 participants