-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
support building plugins without ltdl #6940
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
base: main
Are you sure you want to change the base?
Conversation
|
Not sure if we should support this? Do you have examples of platforms where this now doesn't work? And if we do this it might be better to create new defines that either use |
|
a set of macros would remove the need for most of the ifdef preprocessor changes, true; that's another option |
|
This would also require changes to the |
|
Defaulting to |
|
@dlemstra Would this be acceptable with a set of --enable/--disable configure flags as suggested by @Redfoxymoon? This would be helpful on Gentoo when using slibtool instead of GNU libtool which doesn't install the libtool archive (.la) files by default. |
Prerequisites
Description
support building imagemagick with shared modules without using ltdl, allows building imagemagick with slibtool and for platforms that ltdl does not support
missing configure changes