summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-13 08:21:10 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-13 08:21:10 +0200
commitfd47360e4ca584f50d2b6c793c17e8e4dc3fabd1 (patch)
treefb5f5d6396d27e6a22ce5402774d6450a1d57c78
parent58fdae1b851cae9fbd1afb438d979d5ef69f982c (diff)
php-pecl-mosquitto: cleanup
-rw-r--r--php-pecl-mosquitto.spec3
1 files changed, 0 insertions, 3 deletions
diff --git a/php-pecl-mosquitto.spec b/php-pecl-mosquitto.spec
index cf7cb4b..6cdf275 100644
--- a/php-pecl-mosquitto.spec
+++ b/php-pecl-mosquitto.spec
@@ -76,9 +76,6 @@ subscribing, and an event loop.
mv %{proj_name}-%{version} NTS
cd NTS
-# https://github.com/mgdm/Mosquitto-PHP/commit/8543020365356c817c48a13aa90079692b4a14a9
-sed -e '/PHP_ADD_LIBRARY_WITH_PATH/s/lib/$PHP_LIBDIR/' -i config.m4
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_MOSQUITTO_VERSION/{s/.* "//;s/".*$//;p}' php_mosquitto.h)
if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then