]> git.pld-linux.org Git - packages/apache1-mod_frontpage.git/commitdiff
- patch to cut CFLAGS from Makefile.PL but it doesn't work in 100%,
authordjrzulf <djrzulf@pld-linux.org>
Tue, 16 Apr 2002 12:16:04 +0000 (12:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mod_frontpage-Makefile.patch -> 1.1

mod_frontpage-Makefile.patch [new file with mode: 0644]

diff --git a/mod_frontpage-Makefile.patch b/mod_frontpage-Makefile.patch
new file mode 100644 (file)
index 0000000..a152a5c
--- /dev/null
@@ -0,0 +1,19 @@
+--- Makefile.PL.orig   Tue Apr 16 13:43:17 2002
++++ Makefile.PL        Tue Apr 16 13:43:35 2002
+@@ -30,8 +30,6 @@
+ print "Config directory: $confdir\n";
+ $cc=`$apxs -q CC`;
+ print "Compiler: $cc\n";
+-$cflags=`$apxs -q CFLAGS`;
+-print "CFLAGS: $cflags\n";
+ $includedir=`$apxs -q INCLUDEDIR`;
+ print "Include directory: $includedir\n";
+ $libexecdir=`$apxs -q LIBEXECDIR`;
+@@ -105,7 +103,6 @@
+ $_=~ s|\$\(apachectl\)|$apachectl|;
+ $_=~ s|\$\(cc\)|$cc|;
+ $_=~ s|\$\(includedir\)|$includedir|;
+-$_=~ s|\$\(cflags\)|$cflags|;
+ $_=~ s|\$\(sbindir\)|$sbindir|;
+ $_=~ s|\$\(install\)|$install|;
+ #$_=~ s|\$\(\)|$|;
This page took 0.388595 seconds and 4 git commands to generate.