diff options
Diffstat (limited to 'src/template/openbsd')
-rw-r--r-- | src/template/openbsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/template/openbsd b/src/template/openbsd new file mode 100644 index 0000000..365268c --- /dev/null +++ b/src/template/openbsd @@ -0,0 +1,4 @@ +# src/template/openbsd + +# Extra CFLAGS for code that will go into a shared library +CFLAGS_SL="-fPIC -DPIC" |