mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 09:31:58 +00:00
72e2ad1f5f
* Add: libnvidia-container
* Change: Drop 32-bit?
Signed-off-by: Gil <rockgrub@protonmail.com>
---------
Signed-off-by: Gil <rockgrub@protonmail.com>
(cherry picked from commit ee3578daac)
Co-authored-by: Gil <rockgrub@protonmail.com>
13 lines
427 B
Diff
13 lines
427 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -165,6 +165,9 @@ ifeq ($(WITH_TIRPC), yes)
|
|
LIB_CPPFLAGS += -isystem $(DEPS_DIR)$(includedir)/tirpc -DWITH_TIRPC
|
|
LIB_LDLIBS_STATIC += -l:libtirpc.a
|
|
LIB_LDLIBS_SHARED += -lpthread
|
|
+else
|
|
+CPPFLAGS += -I/usr/include/tirpc
|
|
+LIB_LDLIBS_SHARED += -lpthread -ltirpc
|
|
endif
|
|
ifeq ($(WITH_SECCOMP), yes)
|
|
LIB_CPPFLAGS += -DWITH_SECCOMP $(shell pkg-config --cflags libseccomp)
|