diff options
Diffstat (limited to 'shells/flash/files/patch-ak')
-rw-r--r-- | shells/flash/files/patch-ak | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/flash/files/patch-ak b/shells/flash/files/patch-ak new file mode 100644 index 000000000000..3aceecda21bc --- /dev/null +++ b/shells/flash/files/patch-ak @@ -0,0 +1,12 @@ +--- modules/Makefile Sat Oct 25 18:59:03 1997 ++++ modules/Makefile.new Sun Jan 2 21:51:53 2000 +@@ -1,7 +1,7 @@ + CC = gcc + DEBUG = #-g +-CFLAGS = $(DEBUG) -O3 -fpic -shared -Wall +-LDFLAGS = -shared ++CFLAGS = $(NCURSES) $(NC_CFLAGS) $(DEBUG) -O3 -fpic -shared -Wall ++LDFLAGS = $(NC_LFLAGS) -lncurses -shared + + OBJECTS = background test alarms countdown + |