]> git.pld-linux.org Git - packages/VMware-workstation.git/commitdiff
- macro fix, optflags
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 13 Dec 2004 13:26:03 +0000 (13:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VMware-workstation.spec -> 1.53

VMware-workstation.spec

index 2ff7036948a757d510424718226a4fde7bd3ca78..3f52a8753db13474bf75b39e2dfe11c4208611b1 100644 (file)
@@ -189,8 +189,8 @@ cd -
 cd vmware-any-any-update%{_urel}
 chmod u+w ../lib/bin/vmware-vmx ../lib/bin-debug/vmware-vmx ../bin/vmnet-bridge
 
-rm update
-%{_cc} -o update       update.c
+rm -f update
+%{__cc} %{rpmldflags} %{rpmcflags} -o update update.c
 ./update vmx           ../lib/bin/vmware-vmx
 ./update vmxdebug      ../lib/bin-debug/vmware-vmx
 ./update bridge                ../bin/vmnet-bridge
This page took 0.088596 seconds and 4 git commands to generate.