Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F41057515
D478.id1362.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
866 B
Subscribers
None
D478.id1362.diff
View Options
diff --git a/src/Makefile.am b/src/Makefile.am
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -138,7 +138,6 @@
$(LTRCCOMPILE) -i "$<" -o "$@"
gpg_error_res = versioninfo.lo
-no_undefined = -no-undefined
export_symbols = -export-symbols gpg-error.def
# i686-w64-mingw32.gcc version 4.9.1 takes the long long helper
# functions from libgcc_s_sjlj-1.dll and not from a static libgcc. As
@@ -168,7 +167,6 @@
#
arch_sources = posix-lock.c posix-lock-obj.h posix-thread.c spawn-posix.c
gpg_error_res =
-no_undefined =
export_symbols =
extra_ltoptions =
@@ -190,7 +188,7 @@
endif
libgpg_error_la_LDFLAGS = \
- $(no_undefined) $(export_symbols) $(libgpg_error_vers_opt) \
+ -no-undefined $(export_symbols) $(libgpg_error_vers_opt) \
$(extra_ltoptions) -version-info \
@LIBGPG_ERROR_LT_CURRENT@:@LIBGPG_ERROR_LT_REVISION@:@LIBGPG_ERROR_LT_AGE@
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 4, 6:14 AM (23 h, 7 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9e/fe/9e856b60640e987550ca404b65b2
Attached To
D478: Makefile: Disallow undefined symbols in libgpg-error.
Event Timeline
Log In to Comment