Skip to content

Commit

Permalink
Merge pull request #621 from amazonlinux/libcap-nogo
Browse files Browse the repository at this point in the history
fix aarch64 build failure for libcap
  • Loading branch information
bcressey authored Jan 2, 2020
2 parents d05c7e9 + b84c0b5 commit debe8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/libcap/libcap.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ make \
LIBDIR=%{_cross_libdir} SBINDIR=%{_cross_sbindir} \
INCDIR=%{_cross_includedir} MANDIR=%{_cross_mandir} \
PKGCONFIGDIR=%{_cross_pkgconfigdir} \
RAISE_SETFCAP=no PAM_CAP=no \
GOLANG=no RAISE_SETFCAP=no PAM_CAP=no \

%install
make install \
Expand All @@ -45,7 +45,7 @@ make install \
LIBDIR=%{_cross_libdir} SBINDIR=%{_cross_sbindir} \
INCDIR=%{_cross_includedir} MANDIR=%{_cross_mandir} \
PKGCONFIGDIR=%{_cross_pkgconfigdir} \
RAISE_SETFCAP=no PAM_CAP=no \
GOLANG=no RAISE_SETFCAP=no PAM_CAP=no \

chmod +x %{buildroot}%{_cross_libdir}/*.so.*

Expand Down

0 comments on commit debe8d2

Please sign in to comment.