]> git.pld-linux.org Git - packages/php4.git/commitdiff
- change yelling to TODO as the first won't do anyway, second maybe
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 8 Aug 2005 10:34:28 +0000 (10:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4.spec -> 1.456

php4.spec

index 948f0b7cec560947e79ce35be271c2cb2e10fc73..f66192a1865fccbc92f6b49ccaaa7aa8e299838e 100644 (file)
--- a/php4.spec
+++ b/php4.spec
@@ -1854,13 +1854,14 @@ install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache{,1}},%{_sysconfdir}/{apache,cg
        $RPM_BUILD_ROOT%{_mandir}/man1
 
 # install apache1 DSO module
-# LIBTOOL GURUS COULD LOOK AT THIS MESS AND THROW THEIR GOOD IDEAS HERE
 %if %{with apache1}
+# TODO: use libtool here
 install sapi/apache/.libs/libphp4.so $RPM_BUILD_ROOT%{_libdir}/apache1/libphp4.so
 %endif
 
 # install apache2 DSO module
 %if %{with apache2}
+# TODO: use libtool here
 install sapi/apache2handler/.libs/libphp4.so $RPM_BUILD_ROOT%{_libdir}/apache/libphp4.so
 %endif
 
This page took 0.135804 seconds and 4 git commands to generate.