r68 - videolan/vlc/debian

xtophe-guest at alioth.debian.org xtophe-guest at alioth.debian.org
Wed Mar 14 14:19:38 CET 2007


Author: xtophe-guest
Date: 2006-08-13 22:03:24 +0000 (Sun, 13 Aug 2006)
New Revision: 68

Modified:
   videolan/vlc/debian/rules
Log:
Remove the bloat in build. just do make. should fix the build of amd64 pkg


Modified: videolan/vlc/debian/rules
===================================================================
--- videolan/vlc/debian/rules	2006-08-03 14:48:49 UTC (rev 67)
+++ videolan/vlc/debian/rules	2006-08-13 22:03:24 UTC (rev 68)
@@ -136,16 +136,12 @@
 build: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
-	# Build only VLC, with the non-PIC libs
-	$(MAKE) include/vlc_symbols.h
-	cd modules && AM_MAKEFLAGS='plugin=no pic=no' $(MAKE)
-	$(MAKE) vlc
 	# Hackety hackety hack
 	cd extras/x264 && $(MAKE) clean && $(MAKE) ECFLAGS=-fPIC EASFLAGS=-D__PIC__
 	# HACKETY HACKETY HACK
 	cd extras/faad2/libfaad && $(MAKE) clean && $(MAKE) AM_CFLAGS=-fPIC
-	# Build all the rest, with the PIC libs
-	AM_MAKEFLAGS='builtin=no' $(MAKE)
+
+	 $(MAKE)
 	# Minor test, to see which plugins were built and whether they load
 	# properly.
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))




More information about the Pkg-multimedia-commits mailing list