]> git.pld-linux.org Git - packages/perl-DBD-SQLite.git/commitdiff
- little simpler
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Dec 2003 12:53:03 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBD-SQLite.spec -> 1.13

perl-DBD-SQLite.spec

index 6901511c74388ad1749797eee6c9482dd4a06860..8ca2cd8ad64a6fb5e1aaf5ef84a6c86d127ccc90 100644 (file)
@@ -41,7 +41,7 @@ http://www.hwaci.com/sw/sqlite/.
 # If SQLITE_PTR_SZ is not set in OPTIMIZE SQLite assumes 64-bit
 # architecture and fails. 
 %{__make} \
-       OPTIMIZE="%{rpmcflags} -DSQLITE_PTR_SZ=`%{__perl} -MConfig -e 'print \"$Config{ptrsize}\" . \"\n\";'`"
+       OPTIMIZE="%{rpmcflags} -DSQLITE_PTR_SZ=`%{__perl} -MConfig -e 'print \"$Config{ptrsize}\";'`"
 
 %{?with_tests:%{__make} test}
 
This page took 0.035555 seconds and 4 git commands to generate.