diff options
-rwxr-xr-x | community/9base/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/9base/build b/community/9base/build index 88032b7b..d5660e1f 100755 --- a/community/9base/build +++ b/community/9base/build @@ -1,4 +1,6 @@ #!/bin/sh -e +export CFLAGS="$CFLAGS -fcommon" + make PREFIX=/usr make PREFIX=/usr DESTDIR="$1" install |