diff options
author | davidovski <david@davidovski.xyz> | 2022-05-17 19:10:55 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-17 19:10:55 +0100 |
commit | 50fb6c032e72a26b3fd881a18e1d1f535c95e0fc (patch) | |
tree | 67e7043022f14f601dddd87be911d38a4d58269c /repo/system/utmps/utmps.xibuild | |
parent | 213021de0aaf5439db7d58ca1447db4ae6af92be (diff) |
fixed packages for llvm based toolchain
Diffstat (limited to 'repo/system/utmps/utmps.xibuild')
-rw-r--r-- | repo/system/utmps/utmps.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/system/utmps/utmps.xibuild b/repo/system/utmps/utmps.xibuild index 900aae8..f0112e6 100644 --- a/repo/system/utmps/utmps.xibuild +++ b/repo/system/utmps/utmps.xibuild @@ -23,8 +23,7 @@ build () { --enable-shared \ --libdir=/usr/lib \ --with-dynlib=/lib \ - --libexecdir="/lib/utmps" \ - --with=dynlib=/lib + --libexecdir="/lib/utmps" make } |