aboutsummaryrefslogtreecommitdiff
path: root/community/9base
diff options
context:
space:
mode:
Diffstat (limited to 'community/9base')
-rwxr-xr-xcommunity/9base/build2
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