+ Allow LDFLAGS to be inherited from the environment
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 22 Nov 2005 13:54:50 +0000 (13:54 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 22 Nov 2005 13:54:50 +0000 (13:54 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@865 d19143bc-622f-0410-bfdd-b5b2a6649095

mlt++/configure

index 8c02c98..c1310fc 100755 (executable)
@@ -21,12 +21,12 @@ case $targetos in
        Darwin)
                echo LIBSUF=.dylib
         echo "CXXFLAGS+=-D__DARWIN__ -Wall -fPIC `mlt-config --cflags`"
-        echo "LDFLAGS=-dynamiclib `mlt-config --libs` `mlt-config miracle --libs` `mlt-config valerie --libs` -single_module"
+        echo "LDFLAGS+=-dynamiclib `mlt-config --libs` `mlt-config miracle --libs` `mlt-config valerie --libs` -single_module"
                ;;
        Linux)
                echo LIBSUF=.so
         echo "CXXFLAGS+=-pthread -Wall -fPIC `mlt-config --cflags`"
-        echo "LDFLAGS=-shared `mlt-config --libs` `mlt-config miracle --libs`"
+        echo "LDFLAGS+=-shared `mlt-config --libs` `mlt-config miracle --libs`"
                ;;
 esac >> config.mak