mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +03:00
Add .a to ${LIBIXP} in the genconfig script.
This commit is contained in:
parent
e977005195
commit
4ff0e1ca41
@ -104,7 +104,7 @@ findinc INCICONV iconv.h $INCS /usr/local/include
|
||||
findlib LIBX11 X11 $libs /usr/X11R6/lib /usr/X11/lib /usr/openwin/lib /usr/x11/lib /opt/X11 /opt/x11
|
||||
findlib LIBICONV iconv $libs
|
||||
findlib LIBIXP ixp ${ROOT}/libixp $libs
|
||||
LIBIXP=$(echo "$LIBIXP"|sed 's,^-L\([^ ]*\) -l\([^ ]*\)$,\1/lib\2,')
|
||||
LIBIXP=$(echo "$LIBIXP"|sed 's,^-L\([^ ]*\) -l\([^ ]*\)$,\1/lib\2.a,')
|
||||
IFS="$oifs"
|
||||
|
||||
# Back to prompting
|
||||
|
Loading…
Reference in New Issue
Block a user