From 7fadb4bc58bfdd9915f3982657c849be2c99eac7 Mon Sep 17 00:00:00 2001 From: David Dykstra Date: Tue, 1 Dec 1998 16:13:25 +0000 Subject: [PATCH] Support newer rpm's which define $RPM_OPT_FLAGS as a set of options separated by spaces. Suggested by pavel_roskin@geocities.com. --- packaging/redhat/5.0/rsync.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1