Files
packages/utils
Michael Heimpold 0db8bac00c mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile, take 2
Also already mentioned in ba4338d6f7,
the security feature FORTIFY_SOURCE could be set globally.
The current approach tries to undefine and redefine it, however,
the order on the command line prevents this from being successfully, e.g.:

arm-openwrt-linux-muslgnueabi-gcc  ... -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ... -D_FORTIFY_SOURCE=1 ...
                                       `---------------v-------------------'     `--------v--------'
                                                   AM_CFLAGS                        OpenWrt params

So to have the original source (static) _FORTIFY_SOURCE=2 define,
the only option is to remove it from AM_CFLAGS completely, and
to pass it after the OpenWrt settings explicitely in the Makefile.

This should fix the buildbots finally.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-08-30 14:33:46 +02:00
..
2015-08-24 10:33:33 +02:00
2015-03-03 00:17:36 +02:00
2015-08-25 21:27:55 +02:00
2015-04-28 17:05:05 +01:00
2015-08-03 22:40:07 +02:00
2015-08-13 10:42:27 +02:00
2015-08-26 21:35:35 +03:00
2014-11-27 13:41:27 +01:00
2015-04-02 04:16:54 +02:00
2015-08-25 08:43:53 +02:00
2014-07-25 20:57:14 +02:00
2015-06-17 21:34:08 +02:00
2015-03-07 23:28:06 +01:00
2015-03-28 14:35:41 +02:00
2015-06-21 22:26:55 +02:00
2015-06-28 21:03:28 +02:00
2015-07-20 00:14:39 +02:00
2015-07-07 15:43:50 +03:00
2015-03-11 08:56:44 +01:00
2014-12-19 12:44:13 +01:00
2015-08-21 15:34:57 +03:00
2015-07-26 23:35:10 +02:00
2015-06-09 12:03:20 +02:00
2015-03-24 08:32:11 +01:00
2014-10-09 14:15:30 +02:00
2014-11-20 17:45:06 +03:00
2015-07-15 21:56:49 -05:00
2015-05-14 15:52:08 -04:00
2015-06-02 10:05:25 +00:00
2015-04-12 18:51:00 +02:00
2015-08-13 10:44:56 +02:00
2015-06-17 11:33:38 +03:00
2015-07-03 12:37:51 -05:00
2015-07-11 00:28:28 +02:00
2014-12-07 21:01:09 -08:00
2015-04-12 13:42:17 +02:00
2015-06-18 20:42:37 +02:00
2015-05-13 12:48:18 +02:00
2015-07-17 06:48:35 -04:00
2014-11-27 10:00:07 +01:00
2015-07-23 13:33:05 +02:00
2015-04-23 08:29:38 +00:00
2014-08-14 09:30:25 -05:00
2014-09-16 00:23:17 +01:00
2015-05-20 09:10:01 +00:00
2014-09-30 23:24:58 +07:00