]> git.pld-linux.org Git - packages/wine.git/commitdiff
- nope, CPPFLAGS don't take optimization options
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Feb 2004 13:47:15 +0000 (13:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- LDFLAGS were redundant

Changed files:
    wine.spec -> 1.159

wine.spec

index dfd7d5fa3a3ff96b6f69be805716fe6f29f1ce34..4b0f46ec81e2d160e2dc9ea1c5a443addedbec4f 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -267,9 +267,8 @@ mv -f .tmp programs/Makefile.in
 %build
 %{__aclocal}
 %{__autoconf}
-CFLAGS="%{rpmcflags} -DALSA_PCM_OLD_HW_PARAMS_API"
-CPPFLAGS=$CFLAGS
-LDFLAGS="%{rpmldflags}"
+CPPFLAGS="-DALSA_PCM_OLD_HW_PARAMS_API"
+CFLAGS="%{rpmcflags} $CPPFLAGS"
 %configure \
        %{!?debug:--disable-debug} \
        %{!?debug:--disable-trace} \
This page took 0.082185 seconds and 4 git commands to generate.