SPECS: flixengine.spec - set LIBRARY_PATH for compile time librari...

glen glen at pld-linux.org
Thu Dec 28 19:16:03 CET 2006


Author: glen                         Date: Thu Dec 28 18:16:02 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- set LIBRARY_PATH for compile time libraries finding

---- Files affected:
SPECS:
   flixengine.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/flixengine.spec
diff -u SPECS/flixengine.spec:1.20 SPECS/flixengine.spec:1.21
--- SPECS/flixengine.spec:1.20	Thu Dec 28 19:07:06 2006
+++ SPECS/flixengine.spec	Thu Dec 28 19:15:57 2006
@@ -2,8 +2,8 @@
 #
 # Conditional build:
 %bcond_without	autodeps	# don't BR packages needed only for resolving deps
-%bcond_with		python	# do not build Python bindings
-%bcond_with		java	# do not build Java bindings
+%bcond_without		python	# do not build Python bindings
+%bcond_without		java	# do not build Java bindings
 %bcond_with	tests		# perform "make test". needs running flixd on localhost
 #
 %ifarch %{x8664}
@@ -219,10 +219,11 @@
 export LD_LIBRARY_PATH=$(pwd)/flixlibs
 ldconfig -n flixlibs
 %endif
+export LIBRARY_PATH=$LD_LIBRARY_PATH
 
 # PHP
 %{__make} -C flixphp \
-	LIBDIR=$LD_LIBRARY_PATH \
+	LIBDIR=$LIBRARY_PATH \
 	CC="%{__cc}" \
 	-f target.mk
 
@@ -432,6 +433,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/12/28 18:15:57  glen
+- set LIBRARY_PATH for compile time libraries finding
+
 Revision 1.20  2006/12/28 18:07:06  glen
 - rename initscript to flixd for %service to match lockfile
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/flixengine.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list