Add LIBDIR to %make_build
lisepol.pc is created during make phase which needs to know where our LIBDIR is Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2018492 Resolves: rhbz#2022360
This commit is contained in:
parent
e4f709b1a2
commit
b059b6ef43
@ -59,7 +59,7 @@ sed -i 's/fpic/fPIC/g' src/Makefile
|
||||
%build
|
||||
%set_build_flags
|
||||
CFLAGS="$CFLAGS -fno-semantic-interposition"
|
||||
%make_build
|
||||
%make_build LIBDIR="%{_libdir}"
|
||||
|
||||
%install
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user