mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libcap: Fix compilation with uClibc-ng
The test does not compile with --static. As this does not touch binaries, not bumping the package release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
--- a/tests/Makefile
|
||||||
|
+++ b/tests/Makefile
|
||||||
|
@@ -32,7 +32,7 @@ run_libcap_psx_test: libcap_psx_test
|
||||||
|
./libcap_psx_test
|
||||||
|
|
||||||
|
libcap_psx_test: libcap_psx_test.c $(DEPS)
|
||||||
|
- $(CC) $(CFLAGS) $(IPATH) $< -o $@ $(LIBCAPLIB) $(LIBPSXLIB) -Wl,-wrap,pthread_create --static
|
||||||
|
+ $(CC) $(CFLAGS) $(IPATH) $< -o $@ $(LIBCAPLIB) $(LIBPSXLIB) -Wl,-wrap,pthread_create
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f psx_test psx_test_wrap libcap_psx_test
|
||||||
Reference in New Issue
Block a user