index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-16 19:56:19 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-16 19:56:19 +0100 |
commit | fc72f1b90bda328df3f4531ca2814a1205f92396 (patch) | |
tree | d7919877345a794eb55f580726eb0f3def1a178d /build-support/muon-meson | |
parent | 8f131e0f231986a196bebd2bce7258ad0beddc18 (diff) |
-rw-r--r-- | build-support/muon-meson/PKGBUILD | 4 |
diff --git a/build-support/muon-meson/PKGBUILD b/build-support/muon-meson/PKGBUILD index 7ff40b4c..384250d7 100644 --- a/build-support/muon-meson/PKGBUILD +++ b/build-support/muon-meson/PKGBUILD @@ -29,7 +29,6 @@ build() { msg2 "Building stage 2 (muon from bootstrap)" build-stage1/muon setup \ -D docs=disabled \ - -D static=true \ -D libpkgconf=disabled \ -D libcurl=disabled \ -D libarchive=disabled \ @@ -42,8 +41,7 @@ build() { -D b_lto=false \ -D b_pie=false \ -D docs=disabled \ - -D static=true \ - -D libpkgconf=disabled \ + -D libpkgconf=enabled \ -D libcurl=disabled \ -D libarchive=disabled \ build |