Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126863
Collapse All | Expand All

(-)w3c-libwww-5.4.0/Library/src/Makefile.am (-1 / +1 lines)
Lines 1-6 Link Here
1
## Process this file with Automake to create Makefile.in.
1
## Process this file with Automake to create Makefile.in.
2
2
3
LDFLAGS = -version-info "1:0:1"
3
LDFLAGS := $(LDFLAGS) -version-info "1:0:1"
4
4
5
lib_LTLIBRARIES = \
5
lib_LTLIBRARIES = \
6
	libwwwutils.la \
6
	libwwwutils.la \
(-)w3c-libwww-5.4.0/Library/src/SSL/Makefile.am (-1 / +1 lines)
Lines 1-6 Link Here
1
## Process this file with Automake to create Makefile.in.
1
## Process this file with Automake to create Makefile.in.
2
2
3
LDFLAGS = -version-info "1:0:1"
3
LDFLAGS := $(LDFLAGS) -version-info "1:0:1"
4
lib_LTLIBRARIES = @WWWSSL@
4
lib_LTLIBRARIES = @WWWSSL@
5
5
(-)w3c-libwww-5.4.0/modules/expat/xmlparse/Makefile.am (-1 / +1 lines)
Lines 1-6 Link Here
1
## Process this file with Automake to create Makefile.in.
1
## Process this file with Automake to create Makefile.in.
2
2
3
LDFLAGS = -version-info "1:0:1"
3
LDFLAGS := $(LDFLAGS) -version-info "1:0:1"
4
4
5
CFLAGS = @CFLAGS@ -DXML_NS
5
CFLAGS = @CFLAGS@ -DXML_NS
6
6
(-)w3c-libwww-5.4.0/modules/expat/xmltok/Makefile.am (-1 / +1 lines)
Lines 1-6 Link Here
1
## Process this file with Automake to create Makefile.in.
1
## Process this file with Automake to create Makefile.in.
2
2
3
LDFLAGS = -version-info "1:0:1"
3
LDFLAGS := $(LDFLAGS) -version-info "1:0:1"
4
4
5
CFLAGS = @CFLAGS@ -DXML_NS
5
CFLAGS = @CFLAGS@ -DXML_NS
6
6

Return to bug 126863