Files
buildroot/package
Adam Duskett b869760f11 checkpolicy: add patch to fix flex related build failure
When building checkpolicy/test, the linker reports the following error:

    cc   dispol.o  -lfl /usr/src/selinux/DESTDIR/usr/lib/libsepol.a -L/usr/src/selinux/DESTDIR/usr/lib -o dispol
    /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libfl.so: undefined reference to `yylex'
    collect2: error: ld returned 1 exit status

According to flex documentation
(https://github.com/westes/flex/blob/master/doc/flex.texi), -lfl is used
to provide an implementation for yywrap(). However every flex file now
uses "%option noyywrap", which makes -lfl no longer mandatory. Remove
this option from checkpolicy Makefiles.

Patch taken from https://patchwork.kernel.org/patch/9450549/

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-05-23 15:50:39 +02:00
..
2017-04-30 21:02:47 +02:00
2017-05-22 15:59:15 +02:00
2017-05-22 15:58:28 +02:00
2017-04-14 10:55:08 +02:00
2017-05-11 21:40:01 +02:00
2017-03-12 23:02:15 +01:00
2017-05-11 23:16:16 +02:00
2017-03-16 22:11:31 +01:00
2017-05-02 22:46:08 +02:00
2017-05-06 10:55:02 +02:00
2017-05-03 17:18:27 +02:00
2017-05-11 21:16:18 +02:00
2017-04-07 22:15:59 +02:00
2017-05-01 20:47:04 +02:00
2017-05-22 16:10:30 +02:00
2017-03-21 23:17:01 +01:00
2017-04-13 22:39:22 +02:00
2017-05-10 23:44:27 +02:00
2017-05-05 21:26:34 +02:00
2017-05-17 21:55:53 +02:00
2017-04-12 21:46:58 +02:00
2017-04-20 22:31:53 +02:00
2017-04-24 22:27:07 +02:00
2017-05-23 15:37:51 +02:00
2017-03-15 13:37:47 +01:00
2017-04-07 19:44:21 +02:00
2017-04-06 22:41:45 +02:00
2017-05-05 21:57:36 +02:00
2017-04-04 13:01:52 +02:00
2017-04-07 20:05:24 +02:00
2017-04-12 21:49:59 +02:00
2017-05-02 22:35:51 +02:00
2017-04-13 22:34:17 +02:00
2017-05-10 23:45:51 +02:00
2017-05-15 23:05:30 +02:00
2017-05-08 21:03:08 +02:00
2017-05-11 22:21:53 +02:00
2017-04-27 10:18:28 +02:00
2017-05-05 21:20:41 +02:00
2017-04-20 21:52:14 +02:00
2017-05-11 23:16:19 +02:00
2017-05-07 15:57:45 +02:00
2017-03-05 12:13:57 +01:00
2017-03-02 22:45:10 +01:00
2017-03-05 22:02:13 +01:00
2017-03-05 22:02:08 +01:00
2017-03-05 22:03:13 +01:00
2017-05-02 22:34:59 +02:00
2017-05-04 22:39:18 +02:00
2017-05-08 21:03:23 +02:00
2017-04-02 23:43:14 +02:00
2017-05-02 22:53:03 +02:00
2017-04-24 22:28:24 +02:00
2017-05-07 15:51:00 +02:00
2017-05-01 11:08:26 +02:00
2017-04-24 22:27:57 +02:00
2017-04-20 22:32:56 +02:00
2017-05-22 15:37:03 +02:00
2017-05-01 11:22:33 +02:00
2017-05-07 15:51:00 +02:00
2017-04-06 22:41:45 +02:00
2017-04-24 22:25:31 +02:00
2017-05-03 17:24:43 +02:00
2017-04-09 16:02:49 +02:00
2017-05-22 15:35:08 +02:00
2017-04-12 21:59:35 +02:00
2017-03-04 23:42:46 +01:00
2017-05-16 21:29:07 +02:00
2017-05-04 21:37:10 +02:00
2017-05-19 15:27:54 +02:00
2017-04-16 10:52:02 +02:00
2017-04-04 13:01:33 +02:00
2017-05-11 21:19:00 +02:00
2017-05-11 21:39:52 +02:00
2017-05-16 21:41:57 +02:00
2017-05-22 15:38:09 +02:00
2017-03-10 22:24:08 +01:00
2017-05-13 15:03:49 +02:00
2017-05-17 21:57:49 +02:00
2017-04-27 10:19:02 +02:00
2017-05-15 23:02:32 +02:00
2017-03-25 15:11:42 +01:00
2017-05-17 21:57:58 +02:00
2017-04-06 22:41:45 +02:00
2017-04-17 14:32:45 +02:00
2017-05-11 17:51:07 +02:00
2017-04-24 22:26:31 +02:00
2017-05-22 15:37:47 +02:00
2017-05-09 17:16:42 +02:00
2017-03-03 08:40:34 +01:00
2017-04-20 22:25:54 +02:00
2017-04-08 21:43:40 +02:00
2017-04-20 21:52:00 +02:00
2017-05-11 23:16:19 +02:00