From: Elan Ruusamäe Date: Thu, 20 Apr 2006 19:44:12 +0000 (+0000) Subject: - unify X-Git-Tag: auto/ac/php-5_1_2-11~6 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=df7d5fff7b0693fcdbad3d324993ea7c322ec496;p=packages%2Fphp.git - unify Changed files: php-versioning.patch -> 1.4 --- diff --git a/php-versioning.patch b/php-versioning.patch index 35df964..235b13d 100644 --- a/php-versioning.patch +++ b/php-versioning.patch @@ -4,7 +4,7 @@ mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p INSTALL = $(top_srcdir)/build/shtool install -c INSTALL_DATA = $(INSTALL) -m 644 -+LD_VERSION_SCRIPT="-Wl,--version-script=$(abs_srcdir)/php.ver" ++LD_VERSION_SCRIPT = -Wl,--version-script=$(abs_srcdir)/php.ver DEFS = -DPHP_ATOM_INC -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir) COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORKPATH)