Opened 11 years ago
Closed 11 years ago
#1713 closed enhancement (fixed)
Enable building the libraries as shared libraries/DLLs for GNU targets
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!
Change History (2)
comment:1 Changed 11 years ago by bennylp
- Description modified (diff)
comment:2 Changed 11 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4656: