diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
commit | 1fd5c31953a27c954c9a37a2857e6eaefe7d00da (patch) | |
tree | c2bd1f5c2d1606ed37ca2c674d9854eb8e5133f1 /extra/libxshmfence/build | |
parent | 968a7a3c3473e7ac13c7e6ae300e0618040ec944 (diff) | |
download | repository-1fd5c31953a27c954c9a37a2857e6eaefe7d00da.tar.gz |
libxshmfence: move to extra
Diffstat (limited to 'extra/libxshmfence/build')
-rwxr-xr-x | extra/libxshmfence/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/libxshmfence/build b/extra/libxshmfence/build new file mode 100755 index 00000000..4a70bbd8 --- /dev/null +++ b/extra/libxshmfence/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --with-shared-memory-dir=/dev/shm + +make +make DESTDIR="$1" install |