Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@posteo.de>2016-03-12 20:05:17 +0300
committerJulian Ospald <hasufell@posteo.de>2016-03-12 20:47:04 +0300
commit08cec38a7a509982e9affc917358033a976dfe16 (patch)
tree74251ae676e5f06fe5cd9269919480cfbe3654b0
parentf2c56756ac6fa3990ea94a2e92ec8110cbbe398d (diff)
Respect system LDFLAGS
-rw-r--r--steam-mobile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/steam-mobile/Makefile b/steam-mobile/Makefile
index 212e6f8..274fbf4 100644
--- a/steam-mobile/Makefile
+++ b/steam-mobile/Makefile
@@ -48,4 +48,4 @@ clean:
rm -f libsteam.so
libsteam.so: $(STEAM_SOURCES)
- $(CC) -Wall -I. -fPIC $(CFLAGS) $(STEAM_SOURCES) -o $@ $(LIBPURPLE_CFLAGS) $(LIBPURPLE_LIBS) -shared
+ $(CC) -Wall -I. -fPIC $(CFLAGS) $(STEAM_SOURCES) -o $@ $(LDFLAGS) $(LIBPURPLE_CFLAGS) $(LIBPURPLE_LIBS) -shared