- Fix build with GCC 4.2
Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# trouble with any of the other source modules.
|
||||
#
|
||||
-CCFLAGS=-c
|
||||
+CCFLAGS=-c -fwritable-strings $(CFLAGS)
|
||||
+CCFLAGS=-c $(CFLAGS)
|
||||
#
|
||||
# On some systems, you can use LIBC=-lc_s to make the program smaller by
|
||||
# linking to a shared library.
|
||||
|
||||
Reference in New Issue
Block a user