Skip to content

Commit

Permalink
sys-fs/udev: disable several optional libraries
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/646058
Package-Manager: Portage-2.3.19_p11, Repoman-2.3.6_p45
  • Loading branch information
floppym committed Jan 29, 2018
1 parent bddc7c2 commit b448c91
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sys-fs/udev/udev-236.ebuild → sys-fs/udev/udev-236-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@ multilib_src_configure() {
-Dselinux=$(meson_multilib_native_use selinux)
-Dlink-udev-shared=false
-Dsplit-usr=true

# Prevent automagic deps
-Dgcrypt=false
-Dlibcryptsetup=false
-Dlibidn=false
-Dlibidn2=false
-Dlibiptc=false
-Dseccomp=false
-Dlz4=false
-Dxz=false
)
meson_src_configure
}
Expand Down
10 changes: 10 additions & 0 deletions sys-fs/udev/udev-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@ multilib_src_configure() {
-Dselinux=$(meson_multilib_native_use selinux)
-Dlink-udev-shared=false
-Dsplit-usr=true

# Prevent automagic deps
-Dgcrypt=false
-Dlibcryptsetup=false
-Dlibidn=false
-Dlibidn2=false
-Dlibiptc=false
-Dseccomp=false
-Dlz4=false
-Dxz=false
)
meson_src_configure
}
Expand Down

0 comments on commit b448c91

Please sign in to comment.