summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2005-05-11 14:19:33 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit78530e9afe164cb7f5c0ceb4cf339c69bf55205a (patch)
treeccc476cbbf479564081277fa1406ea4911c74a62
parent19e6caf061ff46ffab18593dce3dff297a0ad182 (diff)
downloadphp-pecl-odbtp-78530e9afe164cb7f5c0ceb4cf339c69bf55205a.zip
php-pecl-odbtp-78530e9afe164cb7f5c0ceb4cf339c69bf55205a.tar.gz
- more general lib64 if
Changed files: php-pecl-odbtp.spec -> 1.7
-rw-r--r--php-pecl-odbtp.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/php-pecl-odbtp.spec b/php-pecl-odbtp.spec
index 9d62af5..a0ebfdb 100644
--- a/php-pecl-odbtp.spec
+++ b/php-pecl-odbtp.spec
@@ -43,10 +43,10 @@ To rozszerzenie ma w PECL status: %{_status}.
%prep
%setup -q -c
-%ifnarch amd64
-%patch0 -p1
-%else
+%if "%{_lib}" == "lib64"
%patch1 -p1
+%else
+%patch0 -p1
%endif
%build