]> git.pld-linux.org Git - packages/xut.git/commitdiff
- solve --as-needed problem
authorlisu <lisu@pld-linux.org>
Thu, 5 Nov 2009 12:46:55 +0000 (12:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xut-link.patch -> 1.1

xut-link.patch [new file with mode: 0644]

diff --git a/xut-link.patch b/xut-link.patch
new file mode 100644 (file)
index 0000000..9daa40e
--- /dev/null
@@ -0,0 +1,11 @@
+--- xut/src/engine/Makefile.in~        2009-10-10 17:48:37.000000000 +0200
++++ xut/src/engine/Makefile.in 2009-11-05 15:44:46.000000000 +0100
+@@ -113,7 +113,7 @@
+ xut: $(ALONEOBJS)
+       @printf "Linking xut... "
+-      @$(CC) $(LDFLAGS) $(LIBS) $(EFLAGS) $(ALONEOBJS) -o $(BIN)xut
++      @$(CC) $(LDFLAGS)  $(EFLAGS) $(ALONEOBJS) -o $(BIN)xut $(LIBS)
+       @printf "\e[0;32mDone.\e[0;0m\n"
+ #end stand alone things
This page took 0.108506 seconds and 4 git commands to generate.