]> git.pld-linux.org Git - packages/ddcutil.git/blame - ddcutil-python.patch
up to 0.9.8
[packages/ddcutil.git] / ddcutil-python.patch
CommitLineData
d7783ebb
JB
1--- ddcutil-0.9.4/src/cython/Makefile.am.orig 2018-12-25 18:04:45.000000000 +0100
2+++ ddcutil-0.9.4/src/cython/Makefile.am 2019-01-05 20:08:06.616448626 +0100
3@@ -27,8 +27,7 @@
4
5 # Global and order-independent shared library and program linker config flags and options
6 cyddc2_la_LDFLAGS =
7-cyddc2_la_LDFLAGS += -module -shared -export_dynamic -static
8-cyddc2_la_LDFLAGS += version_info '@LT_CURRENT@:@LT_REVISION@:@LT_AGE@'
9+cyddc2_la_LDFLAGS += -module -shared -export_dynamic -avoid-version
10
11 # Link in the core library
12 cyddc2_la_LIBADD = \
13@@ -60,8 +59,7 @@
14 # -avoid-version avoid versioning if possible (any effect on Linux?)
15 # -version-info
16 cyddc3_la_LDFLAGS =
17-cyddc3_la_LDFLAGS += -module -shared -export_dynamic -static
18-cyddc3_la_LDFLAGS += version_info '@LT_CURRENT@:@LT_REVISION@:@LT_AGE@'
19+cyddc3_la_LDFLAGS += -module -shared -export_dynamic -avoid-version
20
21 # Link in the core library
22 cyddc3_la_LIBADD = \
This page took 0.076427 seconds and 4 git commands to generate.