Opened 11 years ago
Last modified 11 years ago
#1713 closed enhancement
Enable building the libraries as shared libraries/DLLs for GNU targets — at Version 1
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 (last modified by bennylp)
The Makefile build system can now produce shared libraries (.so), by specicying --enable-shared when invoking ./configure. Example:
$ ./configure --enable-shared
This feature has been tested on Linux so far.
Thank you Digium for the patch!
Note: See
TracTickets for help on using
tickets.