]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: allow extra args to get passed to ./configure via the environment
authorSage Weil <sage@inktank.com>
Tue, 19 Feb 2013 01:07:55 +0000 (17:07 -0800)
committerSage Weil <sage@inktank.com>
Tue, 19 Feb 2013 01:07:55 +0000 (17:07 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
debian/rules

index 9715b9f673c10c191a1ee88d18f7a59c452d39d0..2e5c22eacae89d4f5ea0fd6233cae0a902531a53 100755 (executable)
@@ -49,7 +49,8 @@ configure-stamp:
        dh_testdir
        ./autogen.sh
        ./configure --prefix=/usr --sbindir=/sbin --localstatedir=/var \
-         --sysconfdir=/etc $(extraopts) $(confflags)
+         --sysconfdir=/etc $(extraopts) $(confflags) \
+         $(CEPH_EXTRA_CONFIGURE_ARGS)
        touch $@
 
 build-arch: build