mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
07e30106b9
it's currently broken and redundant (use APXS instead)
9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
Name: php4_module
|
|
ConfigStart
|
|
RULE_WANTHSREGEX=@HSREGEX@
|
|
LDFLAGS_SHLIB="@RAW_RPATHS@ $LDFLAGS_SHLIB"
|
|
LIBS="@RPATHS@ @PHP_LIBS@ @EXTRA_LIBS@ @LIBS@ @RDYNAMIC_LFLAGS@ $LIBS"
|
|
RULE_HIDE=yes
|
|
CFLAGS="$CFLAGS -I@abs_srcdir@ -I@abs_srcdir@/libzend -I@abs_builddir@/libzend -I@abs_builddir@"
|
|
ConfigEnd
|