Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 698262 Details for
Bug 780033
dev-libs/openct-0.6.20-r4 - x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option --module
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
https://github.com/OpenSC/openct/commit/f329c2663bde748d4a8fc462a1ea7bbc4ab47b36
openat-module.patch (text/plain), 1.32 KB, created by
orbea
on 2021-04-07 16:41:12 UTC
(
hide
)
Description:
https://github.com/OpenSC/openct/commit/f329c2663bde748d4a8fc462a1ea7bbc4ab47b36
Filename:
MIME Type:
Creator:
orbea
Created:
2021-04-07 16:41:12 UTC
Size:
1.32 KB
patch
obsolete
>From f329c2663bde748d4a8fc462a1ea7bbc4ab47b36 Mon Sep 17 00:00:00 2001 >From: Alon Bar-Lev <alon.barlev@gmail.com> >Date: Fri, 27 Sep 2013 23:27:24 +0300 >Subject: [PATCH] build: use newer libtool -shared option > >Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> >--- > src/ctapi/Makefile.am | 2 +- > src/pcsc/Makefile.am | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/src/ctapi/Makefile.am b/src/ctapi/Makefile.am >index 25627a3..c837820 100644 >--- a/src/ctapi/Makefile.am >+++ b/src/ctapi/Makefile.am >@@ -8,4 +8,4 @@ libopenctapi_la_LIBADD = $(top_builddir)/src/ct/libopenct.la > libopenctapi_la_CFLAGS = $(AM_CFLAGS) \ > -I$(top_srcdir)/src/include \ > -I$(top_builddir)/src/include >-libopenctapi_la_LDFLAGS = -avoid-version -no-undefined --module >+libopenctapi_la_LDFLAGS = -avoid-version -no-undefined -module -shared >diff --git a/src/pcsc/Makefile.am b/src/pcsc/Makefile.am >index 9986621..6aff8b8 100644 >--- a/src/pcsc/Makefile.am >+++ b/src/pcsc/Makefile.am >@@ -5,7 +5,7 @@ lib_LTLIBRARIES = openct-ifd.la > endif > > openct_ifd_la_SOURCES = pcsc.c >-openct_ifd_la_LDFLAGS = -module -avoid-version -no-undefined >+openct_ifd_la_LDFLAGS = -module -shared -avoid-version -no-undefined > openct_ifd_la_LIBADD = $(PCSC_LIBS) $(top_builddir)/src/ctapi/libopenctapi.la > openct_ifd_la_CFLAGS = $(AM_CFLAGS) \ > -I$(top_srcdir)/src/include \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 780033
:
697263
|
697266
|
697269
|
697272
|
697275
|
697278
|
697281
| 698262