summaryrefslogtreecommitdiff
path: root/sysinfo/os/elf.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-21 20:48:54 -0500
committermidipix <writeonce@midipix.org>2018-11-22 23:54:57 -0500
commit66a30d686cf9d46f25e649b93bb8cae90a9d7475 (patch)
treea033ff200a491abf7443648052e49af8f20e4168 /sysinfo/os/elf.mk
parentd63f9dcad268404410ffdeb5f0b62571ee629ce3 (diff)
downloadsbpython2-66a30d686cf9d46f25e649b93bb8cae90a9d7475.tar.bz2
sbpython2-66a30d686cf9d46f25e649b93bb8cae90a9d7475.tar.xz
build system: created skeleton.
Diffstat (limited to 'sysinfo/os/elf.mk')
-rw-r--r--sysinfo/os/elf.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysinfo/os/elf.mk b/sysinfo/os/elf.mk
new file mode 100644
index 0000000..5a3940f
--- /dev/null
+++ b/sysinfo/os/elf.mk
@@ -0,0 +1,2 @@
+LDFLAGS_SHARED += -Wl,-soname
+LDFLAGS_SHARED += -Wl,$(DSO_SONAME)