]> granicus.if.org Git - php/commitdiff
Link with libtsrm.a, if thread-safety is chosen.
authorSascha Schumann <sas@php.net>
Thu, 23 Sep 1999 20:27:17 +0000 (20:27 +0000)
committerSascha Schumann <sas@php.net>
Thu, 23 Sep 1999 20:27:17 +0000 (20:27 +0000)
Makefile.in

index 7e8d6faee32b325267597b25659dfc459230a77c..9fc5c8a6ac34f2727a7fc5fef714f52c05a39b86 100644 (file)
@@ -91,7 +91,7 @@ maintainer-clean-depend-recursive:
 
 # CGI binary or fhttpd module
 php: all-recursive $(OBJS) @REGEX_LIB@ @FHTTPD_LIB@ @TSRM_LIB@
-       $(CC) $(CFLAGS) -o $(BINNAME) $(LDFLAGS) $(OBJS) $(LIBS)
+       $(CC) $(CFLAGS) -o $(BINNAME) $(LDFLAGS) $(OBJS) $(LIBS) @TSRM_LIB@
 
 # Apache modules
 libphp4.a libmodphp4.a: all-recursive $(OBJS) @REGEX_LIB@