diff options
author | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:28 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:28 +0100 |
commit | 1ff3d60958bd7f477cf3dfaf8b20a4637109c18f (patch) | |
tree | 723d3d56a0e1305aafb8b41c0a32a05ca5b21179 /debian/rules | |
parent | 42b56a64a53e45546f8cca2084911c3495e7fbb6 (diff) | |
download | rsyslog-1ff3d60958bd7f477cf3dfaf8b20a4637109c18f.tar.gz |
Imported Debian patch 1.19.1-1debian/1.19.1-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index ae62798..5c1dbd4 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. +# debian/rules file for the rsyslog package. +# Author: Michael Biebl <biebl@debian.org> # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -37,7 +34,8 @@ endif --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ - CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + --disable-mysql \ + CFLAGS="$(CFLAGS)" build: build-stamp |