]> git.pld-linux.org Git - packages/flixengine.git/commitdiff
- LIBDIR not needed
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 28 Dec 2006 18:22:55 +0000 (18:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flixengine-libdir.patch -> 1.3
    flixengine.spec -> 1.22

flixengine-libdir.patch
flixengine.spec

index 74e3b89bc000796307318a9ee3f5e1ff30b69793..3a87d9dca5da9426082e5e5bca5e92efa2b807ce 100644 (file)
@@ -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)
index 16955bd7770a19105deb40100dacbff5bba9f4c9..3a2ba9a5faf71e7dfb8b07e4e9101460bfe57015 100644 (file)
@@ -15,7 +15,7 @@ Summary:      On2 Flix Engine
 Summary(pl):   Silnik On2 Flix
 Name:          flixengine
 Version:       8.0.7.1
-Release:       0.8
+Release:       0.10
 License:       not distributable
 Group:         Applications
 # download demo from http://flix.on2.com/demos/
@@ -222,7 +222,6 @@ export LIBRARY_PATH=$LD_LIBRARY_PATH
 
 # PHP
 %{__make} -C flixphp \
-       LIBDIR=$LIBRARY_PATH \
        CC="%{__cc}" \
        -f target.mk
 
This page took 0.053595 seconds and 4 git commands to generate.