]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-simplestatic.patch
- ported to poldek 0.19 snap
[packages/poldek.git] / poldek-simplestatic.patch
1 --- configure.in-orig   2004-03-21 20:38:00.000000000 +0000
2 +++ configure.in        2004-03-21 20:38:09.000000000 +0000
3 @@ -97,6 +97,7 @@
4  if test "${ENABLE_STATIC}." = "yes."; then
5         AC_DEFINE([ENABLE_STATIC],1, [defined if static linking is requested])
6         poldek_LDFLAGS="-static"
7 +       LIBS="$LIBS -lselinux"
8  
9         if test "${INTERACTIVE_MODE}." = "yes."; then
10                 LIBS="$LIBS -lncurses"
This page took 0.049021 seconds and 3 git commands to generate.