Skip to content
Snippets Groups Projects
Commit 372ae9fe authored by alice's avatar alice
Browse files

main/libisofs: put back update_config_sub

parent 2b5b2aa3
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,11 @@ makedepends="acl-dev zlib-dev" ...@@ -10,6 +10,11 @@ makedepends="acl-dev zlib-dev"
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
source="https://files.libburnia-project.org/releases/libisofs-$pkgver.tar.gz" source="https://files.libburnia-project.org/releases/libisofs-$pkgver.tar.gz"
prepare() {
default_prepare
update_config_sub
}
build() { build() {
CFLAGS="$CFLAGS -flto=auto" \ CFLAGS="$CFLAGS -flto=auto" \
./configure \ ./configure \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment