at: bump from 3.1.13 to 3.1.14

This renames the bbappend as well as a minor tweak to the selinux patch.

Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
Philip Tricca 2013-11-16 19:04:09 +00:00 committed by Joe MacDonald
parent f0adb4251d
commit ef44ec6d28
2 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ index 10e7ed2..35792cd 100644
$(LN_S) -f at atrm
atd: $(RUNOBJECTS)
- $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(LDFLAGS)
+ $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(SELINUXLIB) $(LDFLAGS)
- $(CC) $(LDFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB)
+ $(CC) $(LDFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(SELINUXLIB)
y.tab.c y.tab.h: parsetime.y
$(YACC) -d parsetime.y