mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
package/mdadm: do not hardcode -fpie
Set LDLIBS to -ldl to remove -fpie and fix the following build failure raised since bump to version 4.3 in commit99e9ff08d0
and https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=55a1150c7438afcb7756fccd49713ede20a58e4a: /home/buildroot/autobuild/instance-3/output-1/host/lib/gcc/or1k-buildroot-linux-gnu/12.3.0/../../../../or1k-buildroot-linux-gnu/bin/ld: mdmon.o: non-pic relocation against symbol Fixes:99e9ff08d0
- http://autobuild.buildroot.org/results/827b714deeaf091b368d59791e4306b85a8f7f26 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
4eeb69c983
commit
826e0bc336
@ -20,7 +20,8 @@ MDADM_BUILD_OPTS = \
|
||||
CWFLAGS="" \
|
||||
CXFLAGS="$(MDADM_CXFLAGS)" \
|
||||
CPPFLAGS="$(TARGET_CPPFLAGS) -DBINDIR=\\\"/sbin\\\"" \
|
||||
CHECK_RUN_DIR=0
|
||||
CHECK_RUN_DIR=0 \
|
||||
LDLIBS=-ldl
|
||||
|
||||
MDADM_INSTALL_TARGET_OPTS = install-bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user