diff options
author | Reinhard Tartler <siretart@tauware.de> | 2006-04-17 14:47:48 +0000 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2006-04-17 14:47:48 +0000 |
commit | 177ce13498fae9a89e8bd80eb5fd38b764eceaa6 (patch) | |
tree | ed822f1dafe77a1a3c02c6931d55781bc1a32130 /debian/rules | |
parent | 0b6006de75d8cb5f1d573ee425e92aa70eba298b (diff) | |
download | xine-lib-177ce13498fae9a89e8bd80eb5fd38b764eceaa6.tar.gz xine-lib-177ce13498fae9a89e8bd80eb5fd38b764eceaa6.tar.bz2 |
incorporate NMU
CVS patchset: 7969
CVS date: 2006/04/17 14:47:48
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 49c91900d..39a030499 100755 --- a/debian/rules +++ b/debian/rules @@ -59,7 +59,7 @@ CONFIGURE_FLAGS := --prefix=/usr --mandir=\$${prefix}/share/man --with-external- configure: configure-stamp configure-stamp: dh_testdir - ./configure --prefix=/usr --mandir=\$${prefix}/share/man \ + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --with-external-libmad --with-xv-path=/usr/lib \ $(DEB_BUILD_GNU_OPTION) CFLAGS="$(CFLAGS)" touch configure-stamp |