Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/gf2x/patches/no-undefined.patch
8820 views
1
diff -druN src.orig/Makefile.am src/Makefile.am
2
--- src.orig/Makefile.am 2012-05-31 22:53:47.000000000 +0200
3
+++ src/Makefile.am 2013-08-06 23:37:13.652085927 +0200
4
@@ -44,7 +44,7 @@
5
gf2x/gf2x_mul9.h
6
7
8
-libgf2x_la_LDFLAGS=-version-info @gf2x_lib_version@
9
+libgf2x_la_LDFLAGS=-version-info @gf2x_lib_version@ -no-undefined
10
11
if ENABLE_NTL_CHECKS
12
MAYBE_APPS=apps
13
diff -druN src.orig/Makefile.in src/Makefile.in
14
--- src.orig/Makefile.in 2012-05-31 22:54:02.000000000 +0200
15
+++ src/Makefile.in 2013-08-06 23:37:31.055964200 +0200
16
@@ -325,7 +325,7 @@
17
gf2x/gf2x_mul8.h \
18
gf2x/gf2x_mul9.h
19
20
-libgf2x_la_LDFLAGS = -version-info @gf2x_lib_version@
21
+libgf2x_la_LDFLAGS = -version-info @gf2x_lib_version@ -no-undefined
22
@ENABLE_NTL_CHECKS_TRUE@MAYBE_APPS = apps
23
SUBDIRS = . tests src $(MAYBE_APPS)
24
DIST_SUBDIRS = tests src apps
25
26