[xiph-cvs] cvs commit: vorbis/examples Makefile.am

Jack Moffitt jack at xiph.org
Wed Dec 19 18:55:36 PST 2001



jack        01/12/19 18:55:36

  Modified:    examples Makefile.am
  Log:
  libtool wants -all-static.  -static makes it link statically only against
  libtool libraries.  -all-static has the same behavior, and also passes
  -static to gcc link, which is what we really wanted.  You learn something
  new every day :)

Revision  Changes    Path
1.8       +1 -1      vorbis/examples/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.am	2000/11/08 07:13:57	1.7
+++ Makefile.am	2001/12/20 02:55:35	1.8
@@ -7,7 +7,7 @@
 noinst_PROGRAMS = decoder_example encoder_example chaining_example\
                 vorbisfile_example seeking_example
 
-LDFLAGS = -static
+LDFLAGS = -all-static
 LDADD = ../lib/libvorbis.la
 
 decoder_example_SOURCES = decoder_example.c

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-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 commits mailing list