diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-03 20:28:59 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-03 20:28:59 +0800 |
commit | 6dfbf8fd561187ef23eacf9aaae606c0fb42381f (patch) | |
tree | 42af64e6988c9468b7abedbc9f980722d18a6ca6 /x86_64-pc-linux-gnu-configure |
Initial working commit
Diffstat (limited to 'x86_64-pc-linux-gnu-configure')
-rwxr-xr-x | x86_64-pc-linux-gnu-configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x86_64-pc-linux-gnu-configure b/x86_64-pc-linux-gnu-configure new file mode 100755 index 0000000..d5f8898 --- /dev/null +++ b/x86_64-pc-linux-gnu-configure @@ -0,0 +1,5 @@ +#!/bin/sh +export PREFIX=/usr/local +export CPPFLAGS="$CPPFLAGS -DDEBUG" +export CFLAGS="$CFLAGS -g" +./configure --prefix=$PREFIX --libdir=$PREFIX/lib64 --disable-static |