summaryrefslogtreecommitdiff
path: root/rhel/openvswitch.spec.in
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-03-19 10:07:09 -0700
committerBen Pfaff <blp@nicira.com>2012-03-19 10:07:09 -0700
commit8a07709cb80462edb32fc11d056bfc08ce90f62d (patch)
treee10207727adba330329fe408a0155e4a66b464f9 /rhel/openvswitch.spec.in
parent8a5b3cfd91841c97fbc8a003857cacbd602646ed (diff)
downloadopenvswitch-8a07709cb80462edb32fc11d056bfc08ce90f62d.tar.gz
configure: Remove --with-build-number.
From early days, Nicira used the --with-build-number option to configure to stamp our internal builds. We've since switched to another scheme, so this option is obsolete. Good riddance. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'rhel/openvswitch.spec.in')
-rw-r--r--rhel/openvswitch.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in
index 0c2daf320..e99975740 100644
--- a/rhel/openvswitch.spec.in
+++ b/rhel/openvswitch.spec.in
@@ -1,6 +1,6 @@
# Spec file for Open vSwitch on Red Hat Enterprise Linux.
-# Copyright (C) 2009, 2010, 2011 Nicira Networks, Inc.
+# Copyright (C) 2009, 2010, 2011, 2012 Nicira Networks, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
@@ -29,7 +29,7 @@ traffic.
%setup -q
%build
-./configure --prefix=/usr --sysconfdir=/etc --localstatedir=%{_localstatedir} --enable-ssl %{?build_number}
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=%{_localstatedir} --enable-ssl
make %{_smp_mflags}
%install