Sjoerd Mullender writes:
The example Makefile.pre.in should also look at Setup.thread and Setup.local. Otherwise modules such as thread don't get incorporated in extensions.
This commit is contained in:
parent
e6360fab2c
commit
9819e4c5cf
|
@ -168,7 +168,7 @@ MAKESETUP= $(LIBPL)/makesetup
|
||||||
MAKEFILE= $(LIBPL)/Makefile
|
MAKEFILE= $(LIBPL)/Makefile
|
||||||
CONFIGC= $(LIBPL)/config.c
|
CONFIGC= $(LIBPL)/config.c
|
||||||
CONFIGCIN= $(LIBPL)/config.c.in
|
CONFIGCIN= $(LIBPL)/config.c.in
|
||||||
SETUP= $(LIBPL)/Setup
|
SETUP= $(LIBPL)/Setup.thread $(LIBPL)/Setup.local $(LIBPL)/Setup
|
||||||
|
|
||||||
SYSLIBS= $(LIBM) $(LIBC)
|
SYSLIBS= $(LIBM) $(LIBC)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue