Commit 796d980c authored by Brian Havard's avatar Brian Havard
Browse files

OS/2: set a decent size stack. Default is only 32k which runs out in some

configurations.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89745 13f79535-47bb-0310-9956-ffa450edef68
parent 91ec9b45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Some rules for making a shared core dll on OS/2

os2core: httpd.dll $(CORE_IMPLIB)
	$(LIBTOOL) --mode=link gcc $(EXTRA_LDFLAGS) -o httpd $(CORE_IMPLIB)
	$(LIBTOOL) --mode=link gcc -Zstack 512 $(EXTRA_LDFLAGS) -o httpd $(CORE_IMPLIB)

httpd.dll: $(PROGRAM_DEPENDENCIES) $(CORE_IMPLIB)
	$(LINK) -Zdll $(EXTRA_LDFLAGS) -s -o $@ server/exports.lo modules.lo $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) server/ApacheCoreOS2.def