]> git.pld-linux.org Git - packages/shfs.git/commitdiff
- there is no OPT option anymore, specify CC="%{__cc} %{rpmcflags}"
authorsparky <sparky@pld-linux.org>
Thu, 19 Jan 2006 21:29:58 +0000 (21:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shfs.spec -> 1.48

shfs.spec

index ef8c4672ad8966800ec9d9b82b732e9fc348c944..3133a702883bee84ba97ef236ecfcc2e2ac7fed9 100644 (file)
--- a/shfs.spec
+++ b/shfs.spec
@@ -145,8 +145,8 @@ cd -
 %if %{with userspace}
 %{__make} -C shfsmount \
        SHFS_VERSION=\"%{version}\" \
-       CC="%{__cc}" \
-       OPT="%{rpmcflags}" \
+       CC="%{__cc} %{rpmcflags}" \
+       LINKER="%{__cc}"        \
        LDFLAGS="%{rpmldflags}"
 %{__make} docs
 %endif
This page took 0.06109 seconds and 4 git commands to generate.