ALT Linux Bugzilla
– Attachment 15050 Details for
Bug 48461
texinfo: perl XS does not link with -lperl
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
alt-specific hack
texinfo-7.0.3-alt-link-with-perl.patch (text/plain), 754 bytes, created by
viy
on 2023-11-15 21:50:32 MSK
(
hide
)
Description:
alt-specific hack
Filename:
MIME Type:
Creator:
viy
Created:
2023-11-15 21:50:32 MSK
Size:
754 bytes
patch
obsolete
>--- texinfo-7.0.3/tp/Texinfo/XS/Makefile.am 2023-11-15 19:58:12.194296619 +0200 >+++ texinfo-7.0.3/tp/Texinfo/XS/Makefile.am 2023-11-15 19:58:53.717835896 +0200 >@@ -68,16 +68,8 @@ > AM_CFLAGS += -DVERSION=\"$(VERSION)\" -DXS_VERSION=\"$(VERSION)\" > AM_CFLAGS += -I$(PERL_INC) > >-if HOST_NEEDS_NO_UNDEFINED > PLATFORM_LDFLAGS = -no-undefined -L$(PERL_INC) >- PLATFORM_LIBADD = $(PERL_CONF_libperl) >- # The -no-undefined flag is for MS-Windows. See info node >- # `(gnulib)Libtool and Windows'. The -L and -l options after it show >- # where to find the undefined symbols. >-else >- PLATFORM_LDFLAGS = >- PLATFORM_LIBADD = >-endif >+ PLATFORM_LIBADD = -lperl > > AM_LDFLAGS = -avoid-version -module $(PERL_CONF_ccdlflags) > AM_LDFLAGS += $(PLATFORM_LDFLAGS)
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 48461
:
15049
|
15050
|
15064