]> git.pld-linux.org Git - packages/php-pecl-imagick.git/commitdiff
- use proper optflags
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Dec 2002 23:23:23 +0000 (23:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-imagick.spec -> 1.5

php-pecl-imagick.spec

index debde2f04743b5087eed8e94042a78afbf1ca3ff..e25c1347ae0e73d200abdd3f5ca57f2ffd42885a 100644 (file)
@@ -43,7 +43,9 @@ phpize
 %configure \
        --with-%{_modname}=/usr/X11R6/include/X11/
 
-%{__make} CPPFLAGS="-DHAVE_CONFIG_H -I/usr/X11R6/include/X11/"
+%{__make} \
+       CPPFLAGS="-DHAVE_CONFIG_H -I/usr/X11R6/include/X11/" \
+       CFLAGS_CLEAN="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.140411 seconds and 4 git commands to generate.