From: David Dykstra Date: Tue, 1 Dec 1998 16:13:25 +0000 (+0000) Subject: Support newer rpm's which define $RPM_OPT_FLAGS as a set of options X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/7fadb4bc58bfdd9915f3982657c849be2c99eac7 Support newer rpm's which define $RPM_OPT_FLAGS as a set of options separated by spaces. Suggested by pavel_roskin@geocities.com. --- 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