blob: f8d715418202c85ed85da21f7fc7d4c2f950e354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
http://bugs.gentoo.org/258331
http://bugs.gentoo.org/310257
--- modules/alsa/Makefile
+++ modules/alsa/Makefile
@@ -31,7 +31,7 @@
all: $(LIB)
$(LIB): $(OBJSPIC)
- $(CC) $(SHFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -lasound
+ $(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJSPIC) $(EXTRALIBS) -L../../bin/gcc -lgpac -lasound
%.o: %.c
|