diff options
| author | AK47-XC <[email protected]> | 2020-06-30 01:30:50 -0400 |
|---|---|---|
| committer | Baoyou Xie <[email protected]> | 2020-06-30 15:06:24 +0800 |
| commit | 706928eaa263db2b2bd18f10065c0afc647d85dc (patch) | |
| tree | 24d3b11cc07c101343974de1147e60f28b3bbeb8 /Makefile | |
| parent | 7bff884212efdafb072dec577c3d9778f0b14638 (diff) | |
解决 make tools '/usr/bin/ld: cannot find -llzma' 对libxml2的依赖
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ devel: yum install -y elfutils-libelf-devel yum install -y java-1.7.0-openjdk-devel.x86_64 yum install -y rpm-build + yum install -y xz-libs + yum install -y xz-devel sh ./vender/devel.sh deps: |
