mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-12 03:35:52 +01:00
Remove alloca(3)
And use malloc() instead. See "Dropped useless use of alloca(3)" from http://git.altlinux.org/people/raorn/packages/WindowMaker.git
This commit is contained in:
committed by
Carlos R. Mafra
parent
8490e31fde
commit
2ccc8e4a79
@@ -69,7 +69,7 @@ x86_specific.o: x86_specific.c
|
||||
|
||||
INCLUDES = $(DFLAGS) @HEADER_SEARCH_PATH@
|
||||
|
||||
libwraster_la_LIBADD = @ALLOCA@ @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm
|
||||
libwraster_la_LIBADD = @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm
|
||||
|
||||
DISTCLEANFILES = wrlib.pc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user