r1013 - /unstable/vlc/debian/rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Jan 11 17:09:45 UTC 2008


Author: lool
Date: Fri Jan 11 17:09:44 2008
New Revision: 1013

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1013
Log:
Use := for confflags instead of =

Modified:
    unstable/vlc/debian/rules

Modified: unstable/vlc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/vlc/debian/rules?rev=1013&op=diff
==============================================================================
--- unstable/vlc/debian/rules (original)
+++ unstable/vlc/debian/rules Fri Jan 11 17:09:44 2008
@@ -14,9 +14,9 @@
 DEB_HOST_ARCH_OS    ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
-confflags = --build=$(DEB_BUILD_GNU_TYPE)
+confflags := --build=$(DEB_BUILD_GNU_TYPE)
 else
-confflags = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
+confflags := --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
 endif
 
 #




More information about the pkg-multimedia-commits mailing list