-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I'm trying to build musl-obstack and I'm getting the following error when running bootstrap.sh
Makefile.am:9: error: 'pkgconfig_DATA' is used but 'pkgconfigdir' is undefined
The error disappears If I edit Makefile.am and add something like
pkgconfigdir = $(libdir)/pkgconf
After that, boostrap.sh succeeds and I can execute configure and make without problems.
Metadata
Metadata
Assignees
Labels
No labels