summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorDavid Dykstra <dwd@samba.org>1998-12-01 16:13:25 +0000
committerDavid Dykstra <dwd@samba.org>1998-12-01 16:13:25 +0000
commit7fadb4bc58bfdd9915f3982657c849be2c99eac7 (patch)
tree67b70fd22c238cc3300d3fea6060482a7b83cc34 /packaging
parent6c7c2ef3721db5601ff2a478a0c34e045c866b10 (diff)
downloadrsync-7fadb4bc58bfdd9915f3982657c849be2c99eac7.tar.gz
Support newer rpm's which define $RPM_OPT_FLAGS as a set of options
separated by spaces. Suggested by pavel_roskin@geocities.com.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/redhat/5.0/rsync.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/redhat/5.0/rsync.spec b/packaging/redhat/5.0/rsync.spec
index f674dd80..30bc1a0a 100644
--- a/packaging/redhat/5.0/rsync.spec
+++ b/packaging/redhat/5.0/rsync.spec
@@ -58,7 +58,7 @@ previous package(s).)
%build
./configure --prefix=/usr
-make CFLAGS=$RPM_OPT_FLAGS
+make "CFLAGS=$RPM_OPT_FLAGS"
strip rsync
%install