Skip to content

Commit

Permalink
Fixed LDFLAGS for a fix in automake-1.9b.
Browse files Browse the repository at this point in the history
svn path=/branches/SuSE-SLE-10-SP1-Branch/perl-bindings/; revision=33205
  • Loading branch information
mvidner committed Oct 2, 2006
1 parent 1264321 commit 0ba62cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.13.10
2.13.11
6 changes: 6 additions & 0 deletions package/yast2-perl-bindings.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 2 09:38:55 CEST 2006 - mvidner@suse.cz

- Fixed LDFLAGS for a fix in automake-1.9b.
- 2.13.11

-------------------------------------------------------------------
Thu Aug 31 15:40:12 CEST 2006 - mvidner@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#

AM_CXXFLAGS = -DY2LOG=\"Perl\" -DMODULEDIR=\"$(moduledir)\"
AM_LDFLAGS = -L$(libdir) -L$(plugindir)

perlpmdir = $(PERL_VENDORARCH)/YaST
perlsodir = $(PERL_VENDORARCH)/auto/YaST/YCP
Expand All @@ -28,6 +27,7 @@ libYCP_la_SOURCES = \
# with the assumption that it would bring in the other plugins.
# But it does not work.
libYCP_la_LDFLAGS = $(PERL_LDFLAGS) \
-L$(libdir) -L$(plugindir) \
-Xlinker --whole-archive \
-lpy2scr \
-lpy2wfm \
Expand Down

0 comments on commit 0ba62cc

Please sign in to comment.