[icecast-dev] small icecast fix

Thomas Vander Stichele thomas at urgent.rug.ac.be
Wed Aug 28 03:47:04 PDT 2002



Hi,

I had an issue with the build of icecast failing because libxslt wasn't 
found (it's in ~/garnome).

This small patch fixes it for me :

RCS file: /usr/local/cvsroot/icecast/src/Makefile.am,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile.am
--- src/Makefile.am	18 Aug 2002 05:06:58 -0000	1.8
+++ src/Makefile.am	28 Aug 2002 10:30:22 -0000
@@ -16,8 +16,8 @@ icecast_SOURCES = config.c main.c loggin
 icecast_LDADD = net/libicenet.la thread/libicethread.la httpp/libicehttpp.la\
                 log/libicelog.la avl/libiceavl.la timing/libicetiming.la
 
-LIBS = @LIBS@ -lxslt -lpthread @SOCKET_LIBS@ @XML_LIBS@ @OGG_LIBS@ @VORBIS_LIBS@
-CFLAGS = -g @CFLAGS@ @XML_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@
+LIBS = @LIBS@ @XSLT_LIBS@ -lpthread @SOCKET_LIBS@ @XML_LIBS@ @OGG_LIBS@ @VORBIS_LIBS@
+CFLAGS = -g @CFLAGS@ @XML_CFLAGS@ @XSLT_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@
 
 INCLUDES = -I$(srcdir)/net -I$(srcdir)/thread -I$(srcdir)/avl -I$(srcdir)/httpp \
         -I$(srcdir)/log -I$(srcdir)/timing

<p>If it's ok, please apply it (do by hand, because your or mine e-mail 
client may botch up the wrapping)

Thanks,
Thomas


-- 

The Dave/Dina Project : future TV today ! - http://davedina.apestaart.org/
<-*-                      -*->
And every time she sneezes
I think it's love and oh lord
I'm not ready for this sort of thing
<-*- thomas at apestaart.org -*->
URGent, the best radio on the Internet - 24/7 ! - http://urgent.rug.ac.be/

--- >8 ----
List archives:  http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.




More information about the Icecast-dev mailing list