]> git.pld-linux.org Git - packages/flixengine.git/commitdiff
- help linker to find -lflixengine2
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 28 Dec 2006 17:38:54 +0000 (17:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flixengine-libdir.patch -> 1.1

flixengine-libdir.patch [new file with mode: 0644]

diff --git a/flixengine-libdir.patch b/flixengine-libdir.patch
new file mode 100644 (file)
index 0000000..f8bf5c2
--- /dev/null
@@ -0,0 +1,11 @@
+--- flix-engine-installer-linux-8.0.7.1_DEMO/.flix-engine-installation-files/flixphp/target.mk~        2006-11-21 23:21:02.000000000 +0200
++++ flix-engine-installer-linux-8.0.7.1_DEMO/.flix-engine-installation-files/flixphp/target.mk 2006-12-28 19:21:30.369596285 +0200
+@@ -25,7 +25,7 @@
+ 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) 
+ install:
+       mkdir -p $(PHPINST)
This page took 0.072758 seconds and 4 git commands to generate.