mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
cifs-utils: disable PIE for m68k
PIE is not supported for uClibc-ng/m68k. Fixes following autobuild failure: http://autobuild.buildroot.net/results/4246de0280d4e7f8765adefd379c9dd414c316f1/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1de4b3131e
commit
7446bf2958
@ -10,7 +10,7 @@ CIFS_UTILS_SITE = http://ftp.samba.org/pub/linux-cifs/cifs-utils
|
|||||||
CIFS_UTILS_LICENSE = GPLv3+
|
CIFS_UTILS_LICENSE = GPLv3+
|
||||||
CIFS_UTILS_LICENSE_FILES = COPYING
|
CIFS_UTILS_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
ifeq ($(BR2_STATIC_LIBS),y)
|
ifneq ($(BR2_STATIC_LIBS)$(BR2_m68k),)
|
||||||
CIFS_UTILS_CONF_OPTS += --disable-pie
|
CIFS_UTILS_CONF_OPTS += --disable-pie
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user