]> git.sesse.net Git - vlc/commitdiff
* Built-in modules were linked twice in the mozilla plugin; removed the
authorSam Hocevar <sam@videolan.org>
Fri, 23 May 2003 11:41:17 +0000 (11:41 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 23 May 2003 11:41:17 +0000 (11:41 +0000)
    non-PIC ones (Closes Debian bug #194384).

Makefile.am
debian/changelog

index a62a87712f1ffb23a3993ff2e2fd15f561fa6bf6..fd4a6c506fe5aee8215c38c02bfb54aaffa4dbe8 100644 (file)
@@ -88,7 +88,7 @@ CFLAGS_builtin_pic = $(CFLAGS_builtin) $(CFLAGS_pic)
 CXXFLAGS_builtin_pic = $(CXXFLAGS_builtin) $(CXXFLAGS_pic)
 OBJCFLAGS_builtin_pic = $(OBJCFLAGS_builtin) $(OBJCFLAGS_pic)
 LDFLAGS_builtin_pic = $(LDFLAGS_builtin) $(LDFLAGS_pic)
-L_builtin_pic = $(L_builtin) $(L_pic)
+L_builtin_pic =
 
 # On Linux and Solaris, activate 64-bit off_t (by default under BSD)
 CPPFLAGS_default += -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE
index 497ace641deb6c8b150c6ac8f08059a23c14affa..7e20e1ddf5c905202b4a713d0923b293879ac943 100644 (file)
@@ -1,3 +1,10 @@
+vlc (0.5.3-3) unstable; urgency=low
+
+  * Built-in modules were linked twice in the mozilla plugin; removed the
+    non-PIC ones (Closes: #194384).
+
+ -- Samuel Hocevar <sam@zoy.org>  Fri, 23 May 2003 11:15:19 +0200
+
 vlc (0.5.3-2) unstable; urgency=low
 
   * Changed the libvlc0-dev section to libdevel.