project-navigation
Personal tools

Author Topic: default.mk curl_config and sdl_config lack --static-libs request  (Read 2569 times)

Offline Muton

  • Sergeant
  • *****
  • Posts: 496
    • View Profile
default.mk curl_config and sdl_config lack --static-libs request
« 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

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: default.mk curl_config and sdl_config lack --static-libs request
« Reply #1 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.

Offline Muton

  • Sergeant
  • *****
  • Posts: 496
    • View Profile
Re: default.mk curl_config and sdl_config lack --static-libs request
« Reply #2 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 ....