mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
ee3578daac
* Add: libnvidia-container * Change: Drop 32-bit? Signed-off-by: Gil <rockgrub@protonmail.com> --------- Signed-off-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)
|