git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4637 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -1,36 +0,0 @@ |
|||||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
||||
# |
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||
# Please add additional copyright information _after_ the line containing |
|
||||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
||||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
||||
# |
|
||||
# ROCK Linux: rock-src/package/mnemoc/mod_mono/apxs_noaopt.patch |
|
||||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|
||||
# |
|
||||
# This patch file is dual-licensed. It is available under the license the |
|
||||
# patched project is licensed under, as long as it is an OpenSource license |
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
||||
# of the GNU General Public License as published by the Free Software |
|
||||
# Foundation; either version 2 of the License, or (at your option) any later |
|
||||
# version. |
|
||||
# |
|
||||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
||||
|
|
||||
--- ./src/Makefile.in.orig 2004-09-06 22:51:30.293119784 +0200
|
|
||||
+++ ./src/Makefile.in 2004-09-06 22:52:34.686330528 +0200
|
|
||||
@@ -379,10 +379,10 @@
|
|
||||
|
|
||||
|
|
||||
install: $(lib_LTLIBRARIES) |
|
||||
-@APACHE2_TRUE@ $(APXS) -i -a -n mono libmod_mono.la
|
|
||||
-@APACHE2_TRUE@@BUILD_OLD_MODULE_TRUE@ $(APXS) -i -a -n mono_old libmod_mono_old.la
|
|
||||
-@APACHE2_FALSE@ $(APXS) -i -a -n mono .libs/libmod_mono.so
|
|
||||
-@APACHE2_FALSE@@BUILD_OLD_MODULE_TRUE@ $(APXS) -i -a -n mono_old .libs/libmod_mono_old.so
|
|
||||
+@APACHE2_TRUE@ $(APXS) -i -n mono libmod_mono.la
|
|
||||
+@APACHE2_TRUE@@BUILD_OLD_MODULE_TRUE@ $(APXS) -i -n mono_old libmod_mono_old.la
|
|
||||
+@APACHE2_FALSE@ $(APXS) -i -n mono .libs/libmod_mono.so
|
|
||||
+@APACHE2_FALSE@@BUILD_OLD_MODULE_TRUE@ $(APXS) -i -n mono_old .libs/libmod_mono_old.so
|
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded. |
|
||||
.NOEXPORT: |
|