SOURCES: flixengine-libdir.patch - LIBDIR not needed
glen
glen at pld-linux.org
Thu Dec 28 19:23:01 CET 2006
Author: glen Date: Thu Dec 28 18:23:01 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- LIBDIR not needed
---- Files affected:
SOURCES:
flixengine-libdir.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/flixengine-libdir.patch
diff -u SOURCES/flixengine-libdir.patch:1.2 SOURCES/flixengine-libdir.patch:1.3
--- SOURCES/flixengine-libdir.patch:1.2 Thu Dec 28 18:53:00 2006
+++ SOURCES/flixengine-libdir.patch Thu Dec 28 19:22:55 2006
@@ -1,12 +1,6 @@
--- flix-engine-installer-linux-8.0.7.1_DEMO/.flix-engine-installation-files/flixphp/target.mk 2006-12-28 19:46:51.078812726 +0200
+++ flix-engine-installer-linux-8.0.7.1_DEMO/.flix-engine-installation-files/flixphp/target.mk 2006-12-28 19:47:59.117480649 +0200
-@@ -25,12 +25,12 @@
- PHPINST := $(shell php-config --extension-dir)
- $(PHPWRAP_SO): $(PHPWRAP_C)
- $(CC) $(CFLAGS) $(PHPINCS) -shared $(PHPWRAP_C) \
-- -lflixengine2 -o $(PHPWRAP_SO)
-+ -L$(LIBDIR) -lflixengine2 -o $(PHPWRAP_SO)
-
+@@ -29,7 +29,7 @@
install:
- mkdir -p $(PHPINST)
- install -p $(PHPWRAP_SO) $(PHPINST)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/flixengine-libdir.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list