ALT Linux Bugzilla
– Attachment 15063 Details for
Bug 48476
librados2-perl: perl XS does not link with -lperl
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
librados2-perl-1.3.1-fixed-perl-flags-and-link-with-libperl.patch
librados2-perl-1.3.1-fixed-perl-flags-and-link-with-libperl.patch (text/plain), 732 bytes, created by
viy
on 2023-11-16 20:38:29 MSK
(
hide
)
Description:
librados2-perl-1.3.1-fixed-perl-flags-and-link-with-libperl.patch
Filename:
MIME Type:
Creator:
viy
Created:
2023-11-16 20:38:29 MSK
Size:
732 bytes
patch
obsolete
>diff --git a/Makefile b/Makefile >index 09b1354..0ff4adf 100644 >--- a/Makefile >+++ b/Makefile >@@ -21,6 +21,7 @@ PERL_APIVER := `perl -MConfig -e 'print $$Config{debian_abi}//$$Config{version}; > CFLAGS = -shared -fPIC -g -O2 -Werror -Wtype-limits -Wall -Wl,-z,relro > CFLAGS += -D_FORTIFY_SOURCE=2 -I$(PERL_ARCHLIB)/CORE -DXS_VERSION=\"1.0\" > CFLAGS += -fstack-protector-strong -Wformat >+CFLAGS += $(shell perl -MExtUtils::Embed -eccopts) > > PERLSODIR=$(PERL_INSTALLVENDORARCH)/auto > >@@ -36,7 +37,7 @@ RADOS.c: RADOS.xs typemap > mv RADOS.xsc RADOS.c > > RADOS.so: RADOS.c >- $(CC) $(CFLAGS) -o RADOS.so RADOS.c -lrados >+ $(CC) $(CFLAGS) -o RADOS.so RADOS.c -lrados `perl -MExtUtils::Embed -e ldopts` > > .PHONY: dinstall > dinstall: deb
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 48476
: 15063