mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 09:08:25 +00:00
multiple definition fix no longer necessary after libgnu removal
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1220 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
b58d412441
commit
2574d2cf30
@ -601,8 +601,8 @@ case `$LD -O1 -v 2>&1 </dev/null` in
|
||||
;;
|
||||
esac
|
||||
|
||||
dnl Solve multiple definitions
|
||||
LDFLAGS="$LDFLAGS -Xlinker -zmuldefs"
|
||||
dnl Solve multiple definitions (only necessary when gnulib is used)
|
||||
dnl LDFLAGS="$LDFLAGS -Xlinker -zmuldefs"
|
||||
|
||||
dnl
|
||||
dnl Da.
|
||||
|
Loading…
x
Reference in New Issue
Block a user