]> git.pld-linux.org Git - packages/apache-mod_suphp.git/commitdiff
- removed hacks
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 27 Jan 2006 17:54:09 +0000 (17:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated patches

Changed files:
    apache-mod_suphp.spec -> 1.35

apache-mod_suphp.spec

index 320d7dbf72ab2b000a552717e00f4bdf9db10b35..9f601ba3eb656cea36276f68186473c714c5d2af 100644 (file)
@@ -46,14 +46,14 @@ modu
 %prep
 %setup -q -n %{mod_name}-%{version}
 %patch0 -p1
-#%patch1 -p1
+%patch1 -p1
 %patch2 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
-chmod 755 configure
+%{__automake}
 export APACHE_VERSION=$(rpm -q --qf '%%{version}' apache-apxs)
 %configure \
        %{?with_checkpath: --enable-checkpath} \
@@ -65,11 +65,6 @@ export APACHE_VERSION=$(rpm -q --qf '%%{version}' apache-apxs)
        --disable-checkuid \
        --disable-checkgid
 
-# FIXME: I don't know anything about libtool, but libtool created by configure
-# doesn't work. My hardcoded trick is to replace libtool created by configure
-# with one provided by libtool package in /usr/bin/ path.
-cp %{_bindir}/libtool .
-
 %{__make}
 
 %install
This page took 0.093999 seconds and 4 git commands to generate.