Opened 11 years ago
Last modified 11 years ago
#1713 closed enhancement
Enable building the libraries as shared libraries/DLLs for GNU targets — at Initial Version
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.2 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
The Makefile build system can now produce shared libraries (.so), by specicying --enable-shared when invoking ./configure. Example:
$ ./configure --enable-shared
Thank you Digium for the patch!
Note: See
TracTickets for help on using
tickets.