2fc2a89f33
This makes it possible to use those libraries with shared libraries on at least amd64. While here, set LICENSE and drop MAKE_JOBS_UNSAFE. PR: 209982 Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer) MFH: 2016Q4
8 lines
165 B
Text
8 lines
165 B
Text
--- examples/Makefile.orig 2009-04-14 14:47:16 UTC
|
|
+++ examples/Makefile
|
|
@@ -1,4 +1,4 @@
|
|
-CC = gcc
|
|
+CC ?= gcc
|
|
CFLAGS = -ansi -pedantic
|
|
|
|
FSLIO_INCS = -I../include
|