Remove libxml2 dependency and disable rpath
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# The build function is executed in the source directory
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
./configure --prefix=/usr --disable-static
|
||||
./configure --prefix=/usr --disable-static --without-xml2 --disable-rpath
|
||||
make
|
||||
}
|
||||
|
||||
@@ -20,5 +20,6 @@ check() {
|
||||
package() {
|
||||
make DESTDIR="$BPM_OUTPUT" install
|
||||
|
||||
# Install package license
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libarchive/COPYING
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user