diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-21 22:57:49 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-21 22:57:49 +0000 |
commit | 54e9098cfb50bdaa58b288c4c6c8142659d6facd (patch) | |
tree | 986bed692b07c4a60c2173886b763c6cee555563 | |
parent | 1f0e01bac403ee8e85d3d02356eda9a9ef31660b (diff) | |
download | xine-lib-54e9098cfb50bdaa58b288c4c6c8142659d6facd.tar.gz xine-lib-54e9098cfb50bdaa58b288c4c6c8142659d6facd.tar.bz2 |
No need to set CFLAGS.
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 41b58b367..bdaa347f8 100755 --- a/debian/rules +++ b/debian/rules @@ -22,9 +22,7 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_BUILD_CONFIG_OPTIONS := -CFLAGS += -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 DEB_BUILD_CONFIG_OPTIONS += --disable-optimizations --enable-debug endif @@ -72,8 +70,7 @@ CONFIGURE_FLAGS := \ --with-freetype \ --with-wavpack \ --enable-ipv6 \ - $(DEB_BUILD_CONFIG_OPTIONS) \ - CFLAGS="$(CFLAGS)" + $(DEB_BUILD_CONFIG_OPTIONS) configure: configure-stamp configure-stamp: |