]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/Makefile
buildsys: build a dbgsym package
[pve-firewall.git] / src / Makefile
index 74ae7fdcece7f8db8cd212337dabbc7a8cc97fe6..0183a61ab12e1606f82b485cd49f6a97538e8d28 100644 (file)
@@ -25,14 +25,14 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 pvefw-logger: pvefw-logger.c
        gcc -Wall -Werror pvefw-logger.c -o pvefw-logger -std=gnu99 \
        $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \
-       $(shell pkg-config libnetfilter_log glib-2.0 gthread-2.0 --libs --cflags)
+       $(shell pkg-config libnetfilter_log libnetfilter_conntrack glib-2.0 --libs --cflags)
 
 .PHONY: install
 install: pve-firewall pve-firewall.8 pve-firewall.bash-completion pvefw-logger
        make -C PVE install
        install -d -m 0755 ${DESTDIR}/${SBINDIR}
        install -m 0755 pve-firewall ${DESTDIR}/${SBINDIR}
-       install -m 0755 --strip pvefw-logger ${DESTDIR}/${SBINDIR}
+       install -m 0755 pvefw-logger ${DESTDIR}/${SBINDIR}
        install -d ${DESTDIR}/${MAN8DIR}
        install -m 0644 pve-firewall.8 ${DESTDIR}/${MAN8DIR}
        install -m 0644 -D pve-firewall.bash-completion ${DESTDIR}/${BASHCOMPLDIR}/pve-firewall