1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 13:23:57 +02:00
Go to file
Daniel Golle ba4338d6f7 mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile
Now that security features are set globally, having the
FORTIFY_SOURCE option set in Makefile breaks the build when
CONFIG_PKG_FORTIFY_SOURCE_{1,2} is enabled as well.

arm-openwrt-linux-uclibcgnueabi-gcc  -Wall -Werror -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Os -pipe -march=armv6k -mtune=mpcore -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -mfloat-abi=soft -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -Wp,-MMD,./.mmc.o.d,-MT,mmc.o -c mmc.c -o mmc.o
<command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror]
<command-line>:0:0: note: this is the location of the previous definition
cc1: all warnings being treated as errors
Makefile:35: recipe for target 'mmc.o' failed

Fix this by removing -D_FORTIFY_SOURCE=2 from Makefile.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-15 20:51:51 +01:00
admin zabbix: update to 2.4.4 2015-03-10 22:28:26 +01:00
devel global: change all instances of USE_EGLIBC to USE_GLIBC 2015-03-12 20:52:37 +01:00
ipv6 aiccu: fix requiretls option handling 2015-03-02 21:43:53 +01:00
lang python3: revert puting the encodings folder into a python3-codecs 2015-03-14 21:24:31 +02:00
libs avahi: avahi-autoipd uses libssp if SSP_SUPPORT is enabled 2015-03-15 12:12:48 +01:00
mail msmtp: prevent use of IDN support on uClibc 2015-03-07 23:28:06 +01:00
multimedia mjpg-streamer: fix YUV capture mode 2015-03-11 16:54:09 +02:00
net sslh: update to 1.17 2015-03-15 18:15:18 +00:00
sound forked-daapd: update to 22.3 2015-02-22 23:04:17 +01:00
utils mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile 2015-03-15 20:51:51 +01:00
CONTRIBUTING.md CONTRIBUTING: Add paragraph about the use of PKG_RELEASE tag. 2015-02-04 15:45:08 -05:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md README.md: fix OpenWrt name in heading 2014-08-09 08:12:31 +02:00

OpenWrt packages feed

Description

This is the OpenWrt "packages"-feed containing community-maintained packages.

Usage

This feed is enabled by default. To install all its package definitions, run:

./scripts/feeds update packages
./scripts/feeds install -a -p packages

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.