Fixed inodedb build with --as-needed to please people who want to compile
2006-08-14 Benoît Dejean <benoit@placenet.org> * src/inodedb/Makefile.am: Fixed inodedb build with --as-needed to please people who want to compile and optimize broken, deprecated and never-used feature. Patch by Daniel Gryniewicz <dang@gentoo.org> Closes #341041.
This commit is contained in:
committed by
Benoît Dejean
parent
383b4c480e
commit
75f11dc5d6
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
|||||||
|
2006-08-14 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* src/inodedb/Makefile.am:
|
||||||
|
|
||||||
|
Fixed inodedb build with --as-needed to please people
|
||||||
|
who want to compile and optimize broken, deprecated and
|
||||||
|
never-used feature.
|
||||||
|
Patch by Daniel Gryniewicz <dang@gentoo.org>
|
||||||
|
Closes #341041.
|
||||||
|
|
||||||
2006-08-10 Benoît Dejean <benoit@placenet.org>
|
2006-08-10 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
@@ -2,8 +2,8 @@ bin_PROGRAMS = mkinodedb2 file_by_inode2
|
|||||||
|
|
||||||
INCLUDES = @INCLUDES@
|
INCLUDES = @INCLUDES@
|
||||||
|
|
||||||
mkinodedb2_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
|
mkinodedb2_LDADD = $(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
|
||||||
$(top_builddir)/sysdeps/common/libgtop_common-2.0.la \
|
$(top_builddir)/lib/libgtop-2.0.la \
|
||||||
$(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la
|
$(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la
|
||||||
|
|
||||||
file_by_inode2_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
|
file_by_inode2_LDADD = $(top_builddir)/lib/libgtop-2.0.la \
|
||||||
|
Reference in New Issue
Block a user