diff options
Diffstat (limited to 'src/makefiles/Makefile.openbsd')
| -rw-r--r-- | src/makefiles/Makefile.openbsd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/makefiles/Makefile.openbsd b/src/makefiles/Makefile.openbsd index ef9fbbee64..79684ecfc1 100644 --- a/src/makefiles/Makefile.openbsd +++ b/src/makefiles/Makefile.openbsd @@ -1,6 +1,12 @@ +AROPT = cq + ifdef ELF_SYSTEM export_dynamic = -Wl,-E endif + +DLSUFFIX = .so +CFLAGS_SL = -fpic -DPIC + %.so: %.o ifdef ELF_SYSTEM $(LD) -x -Bshareable -o $@ $< |
