elfutils 0.178 fix
This commit is contained in:
@@ -31,7 +31,7 @@ def setup():
|
||||
--enable-thread-safety \
|
||||
--with-bzlib \
|
||||
--with-lzma"
|
||||
|
||||
#shelltools.export("LDFLAGS", "-L/lib -lbz2")
|
||||
autotools.configure(options)
|
||||
|
||||
def build():
|
||||
|
||||
@@ -28,13 +28,14 @@
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<!--Dependency>xz-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency-->
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
Reference in New Issue
Block a user