diff options
author | davidovski <david@davidovski.xyz> | 2022-04-02 21:42:51 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-02 21:42:51 +0100 |
commit | ccabd0f704fad1ebcf92b93afff5ee829fb29f78 (patch) | |
tree | d22a895d78e676b56ff38794c575abde9f748151 /xibuild | |
parent | 819fa943defac148c7970ef1ddf1ad4a6030396a (diff) |
added ldconfig to build profile
Diffstat (limited to 'xibuild')
-rw-r--r-- | xibuild/build_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xibuild/build_profile b/xibuild/build_profile index dd25cd0..0997928 100644 --- a/xibuild/build_profile +++ b/xibuild/build_profile @@ -13,3 +13,5 @@ export MAKEFLAGS="-j$JOBS" export XORG_PREFIX="/usr" export XORG_CONFIG="--prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static" + +ldconfig |