diff options
Diffstat (limited to 'core/m4/build')
-rwxr-xr-x | core/m4/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/m4/build b/core/m4/build index bbd53ee2..ca41a21b 100755 --- a/core/m4/build +++ b/core/m4/build @@ -3,7 +3,8 @@ export LDFLAGS="$LDFLAGS -static" ./configure \ - --prefix=/usr + --prefix=/usr \ + --program-prefix=g make make DESTDIR="$1" install |