mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
* archive-based convenience libraries completely replaced
with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
This commit is contained in:
parent
ec01d01400
commit
232afa4816
82 changed files with 313 additions and 1084 deletions
|
@ -20,11 +20,6 @@
|
|||
/* $Id$ */
|
||||
#define IS_EXT_MODULE
|
||||
|
||||
/* boldly assume that if PIC is defined, we are being compiled dynamically */
|
||||
#ifdef PIC
|
||||
# define COMPILE_DL 1
|
||||
#endif
|
||||
|
||||
#if COMPILE_DL
|
||||
# include "dl/phpdl.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue