PR: 181765 Submitted by: uffe ================================================================= daemontools-encore is a collection of tools for managing UNIX services. It is derived from the public-domain release of daemontools by D. J. Bernstein. daemontools-encore adds numerous enhancements above what daemontools could do while maintaining backwards compatibility with daemontools. See the CHANGES file for more details on what features have been added.
7 lines
263 B
Diff
7 lines
263 B
Diff
--- conf-cc.orig 2014-07-27 23:11:57.000000000 +0200
|
|
+++ conf-cc 2014-07-27 23:12:04.000000000 +0200
|
|
@@ -1,3 +1,3 @@
|
|
-gcc -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings
|
|
+cc -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings
|
|
|
|
This will be used to compile .c files.
|