ALT Linux Bugzilla
– Attachment 15064 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 ver.2
texinfo-7.0.3-alt-link-with-perl-v2.patch (text/plain), 778 bytes, created by
viy
on 2023-11-16 20:54:34 MSK
(
hide
)
Description:
alt-specific hack ver.2
Filename:
MIME Type:
Creator:
viy
Created:
2023-11-16 20:54:34 MSK
Size:
778 bytes
patch
obsolete
>--- texinfo/tp/Texinfo/XS/Makefile.am 2023-11-16 20:48:49.472631485 +0300 >+++ texinfo/tp/Texinfo/XS/Makefile.am 2023-11-16 20:49:25.740437183 +0300 >@@ -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_LDFLAGS = -L$(PERL_INC) >+ 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