mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 14:26:38 +02:00
13 lines
396 B
Diff
13 lines
396 B
Diff
diff --git a/Makefile.in b/Makefile.in
|
|
index 05e84b6..1e8c363 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -36,7 +36,7 @@ ${DISTDIR}.tar.gz: distfiles
|
|
dist: ${DISTDIR}.tar.gz
|
|
|
|
${LIBLIB}: ${LIBOBJ}
|
|
- ${CC} ${CFLAGS} ${INCLUDE} -shared -o $@ ${LIBOBJ} ${LDLIBS}
|
|
+ ${CC} ${CFLAGS} ${INCLUDE} -shared -o $@ ${LIBOBJ} ${LDLIBS} ${LDFLAGS}
|
|
|
|
test: test.c
|
|
${CC} ${CFLAGS} -o $@ test.c ${LDLIBS}
|