]> git.pld-linux.org Git - packages/php.git/commitdiff
- ugly fix to make shared xml module to build...
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 24 Mar 2002 04:39:09 +0000 (04:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-xml_fix -> 1.1

php-xml_fix [new file with mode: 0644]

diff --git a/php-xml_fix b/php-xml_fix
new file mode 100644 (file)
index 0000000..6396be1
--- /dev/null
@@ -0,0 +1,11 @@
+include $(top_builddir)/config_vars.mk
+LTLIBRARY_OBJECTS = $(LTLIBRARY_SOURCES:.c=.lo) $(LTLIBRARY_OBJECTS_X)
+LTLIBRARY_SHARED_OBJECTS = $(LTLIBRARY_OBJECTS:.lo=.slo)
+$(LTLIBRARY_NAME): $(LTLIBRARY_OBJECTS) $(LTLIBRARY_DEPENDENCIES)
+       $(LINK) $(LTLIBRARY_LDFLAGS) $(LTLIBRARY_OBJECTS) $(LTLIBRARY_LIBADD)
+$(LTLIBRARY_SHARED_NAME): $(LTLIBRARY_SHARED_OBJECTS) $(LTLIBRARY_DEPENDENCIES)
+       $(SHARED_LIBTOOL) --mode=link $(COMPILE) $(LDFLAGS) -o $@ -avoid-version -module -rpath $(phplibdir) $(LTLIBRARY_LDFLAGS) $(LTLIBRARY_OBJECTS) $(LTLIBRARY_SHARED_LIBADD)
+       $(SHARED_LIBTOOL) --mode=install cp $@ $(phplibdir)
+
+targets = $(LTLIBRARY_NAME) $(LTLIBRARY_SHARED_NAME)
+
This page took 0.045256 seconds and 4 git commands to generate.