aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1999-04-06 10:27:34 +0000
committerAndrew Tridgell <tridge@samba.org>1999-04-06 10:27:34 +0000
commitdffba35e01c310f4b639d611691d7fb649702fed (patch)
tree2b380b6db5beaa86696d51c747d07ea0f02e1134 /packaging
parentbd4ed7f7193b86072da004c5d5b766c1bccfb869 (diff)
downloadandroid_external_rsync-dffba35e01c310f4b639d611691d7fb649702fed.tar.gz
android_external_rsync-dffba35e01c310f4b639d611691d7fb649702fed.tar.bz2
android_external_rsync-dffba35e01c310f4b639d611691d7fb649702fed.zip
quote RPM_OPT_FLAGS
patch from racke@linuxia.de
Diffstat (limited to 'packaging')
-rw-r--r--packaging/redhat/5.0/rsync.spec.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/redhat/5.0/rsync.spec.tmpl b/packaging/redhat/5.0/rsync.spec.tmpl
index 2d71d7d5..ada3a76f 100644
--- a/packaging/redhat/5.0/rsync.spec.tmpl
+++ b/packaging/redhat/5.0/rsync.spec.tmpl
@@ -21,6 +21,8 @@ A technical report describing the rsync algorithm is included with
this package.
%changelog
+* Mon Jan 25 1999 Stefan Hornburg <racke@linuxia.de>
+ quoted RPM_OPT_FLAGS for the sake of robustness
* Mon May 18 1998 Andrew Tridgell <tridge@samba.anu.edu.au>
reworked for auto-building when I release rsync (tridge@samba.anu.edu.au)
@@ -58,7 +60,7 @@ previous package(s).)
%build
./configure --prefix=/usr
-make CFLAGS=$RPM_OPT_FLAGS
+make CFLAGS="$RPM_OPT_FLAGS"
strip rsync
%install