UFO:Alien Invasion

Development => Newbie Coding => Topic started by: Muton on February 17, 2011, 09:26:37 pm

Title: default.mk curl_config and sdl_config lack --static-libs request
Post by: Muton on February 17, 2011, 09:26:37 pm
default.mk curl_config and sdl_config lack --static-libs request
if a static binary is requested

If someone is so kind a apply this patch

I'm again locked out
Title: Re: default.mk curl_config and sdl_config lack --static-libs request
Post by: Mattn on February 18, 2011, 07:29:26 am
you have to change your sf.net password - you should have received an email from sf.net about an attacking attempt and that they forced every user to change his password.

about the patch - why only curl and sdl? shouldn't it maybe be the default for every other, too. i would also have to check this against mingw-cross-env before i would apply such a change.
Title: Re: default.mk curl_config and sdl_config lack --static-libs request
Post by: Muton on February 19, 2011, 01:21:31 pm
http://ufoai.git.sourceforge.net/git/gitweb.cgi?p=ufoai/ufoai;a=commit;h=623f6a45660a744a81f1e625bc07a8b3903ef74f

> shouldn't it maybe be the default for every other
done so use
$(CONFIG_LIBS_FLAGS)
Remember
you are requesting libs for both from the config file not pkgconfig!

btw
darwin.mk
also request at line 22
CURL_LIBS                ?= $(shell $(CURL_CONFIG) --libs)
I havnt touched this

> i would also have to check this against mingw-cross-env

Im pushing from a linux VM (dont trust msysgit in this matter )
used for cross-env ....