X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fbld_scripts%2Fbld_static.sh;h=402a9791ef75bb5262a9c77af5e994a182b084e3;hb=235c9cc4df8306babbbfda46189108fe262d44ef;hp=cca4acfc091d3bd6a271cbd45dbd2a4a68d00996;hpb=b0adaf11e855fd84af935d879848467a957d6c67;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/bld_scripts/bld_static.sh b/cinelerra-5.1/bld_scripts/bld_static.sh index cca4acfc..402a9791 100755 --- a/cinelerra-5.1/bld_scripts/bld_static.sh +++ b/cinelerra-5.1/bld_scripts/bld_static.sh @@ -22,19 +22,19 @@ if [ $? -ne 0 ]; then fi cd "$proj/$base" -case "$dir" in - "ubuntu" | "mint" | "ub14" | "ub15") - echo "CFLAGS += -DPNG_SKIP_SETJMP_CHECK=1" >> global_config ;; - "centos") - echo "CFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS" >> global_config - echo "EXTRA_LIBS += -lnuma" >> global_config ;; - "suse" | "leap") - echo "EXTRA_LIBS += -lnuma" >> global_config ;; - "fedora") - echo "EXTRA_LIBS += -lnuma" >> global_config ;; -esac +#case "$dir" in +# "ubuntu" | "mint" | "ub14" | "ub15") +# echo "CFLAGS += -DPNG_SKIP_SETJMP_CHECK=1" >> global_config ;; +# "centos") +# echo "CFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS" >> global_config +# echo "EXTRA_LIBS += -lnuma" >> global_config ;; +# "suse" | "leap") +# echo "EXTRA_LIBS += -lnuma" >> global_config ;; +# "fedora") +# echo "EXTRA_LIBS += -lnuma" >> global_config ;; +#esac -STATIC_LIBRARIES=1 ./configure >& log +./configure static >& log make >> log 2>&1 $@ make install >> log 2>&1