Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 355675 | Differences between
and this patch

Collapse All | Expand All

(-)python-selinux-orig/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
	$(PYREXC) $<
23
	$(PYREXC) $<
24
24
25
%.so: %.c
25
%.so: %.c
26
	$(CC) -fPIC -shared -o $@ -I /usr/include/python${PYVER} $< -lselinux
26
	$(CC) -fPIC -shared -o $@ -I /usr/include/python${PYVER} ${CFLAGS} ${LDFLAGS} $< -lselinux
27
27
28
install: $(all_so)
28
install: $(all_so)
29
	mkdir -p ${DESTDIR}/usr/lib/python${PYVER}/site-packages
29
	mkdir -p ${DESTDIR}/usr/lib/python${PYVER}/site-packages

Return to bug 355675