/[packages]/cauldron/w3c-libwww/current/SOURCES/w3c-libwww_fix_Makefile_dependencies.patch
ViewVC logotype

Contents of /cauldron/w3c-libwww/current/SOURCES/w3c-libwww_fix_Makefile_dependencies.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51817 - (show annotations) (download)
Tue Feb 15 13:44:02 2011 UTC (13 years, 2 months ago) by rtp
File size: 1146 byte(s)
-fix Makefile.am _DEPENDENCIES for libwwwapp

1 fix libwwwapp dependencies
2
3 When letting automake compute _DEPENDENCIES for us, it's dropping all
4 configure-related variables (like WWWXML). There are only 2 exceptions
5 and are not what we're looking for here.
6 The fix is to supply ourselves the _DEPENDENCIES with the configure
7 variables are they're not going to be killed.
8
9 Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
10 Index: w3c-libwww-5.4.1/Library/src/Makefile.am
11 ===================================================================
12 --- w3c-libwww-5.4.1.orig/Library/src/Makefile.am
13 +++ w3c-libwww-5.4.1/Library/src/Makefile.am
14 @@ -324,6 +324,11 @@ libwwwdir_la_SOURCES = \
15 libwwwapp_la_LIBADD = libwwwdir.la libwwwmime.la libwwwgopher.la \
16 libwwwhttp.la libwwwtelnet.la libwwwnews.la libwwwftp.la \
17 @WWWXML@ @WWWZIP@
18 +# automake will drop WWWXML and WWWZIP variables making wrong build dependencies
19 +# so we have to supply them like this
20 +libwwwapp_la_DEPENDENCIES = libwwwdir.la libwwwmime.la libwwwgopher.la \
21 + libwwwhttp.la libwwwtelnet.la libwwwnews.la libwwwftp.la \
22 + @WWWXML@ @WWWZIP@
23 libwwwapp_la_SOURCES = \
24 WWWApp.h \
25 HTAccess.h \

  ViewVC Help
Powered by ViewVC 1.1.30