diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-04 18:22:38 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-04 18:22:38 -0800 |
commit | 545876dc0ebfdc23f610c4d5cae87ca7fb40be02 (patch) | |
tree | 91694c8bdffe1ef286c2787e4e74ef2234b8260e /packaging/flex-2.5.34-asneeded.patch | |
parent | 75c451aaf677140a9601aec7a65f472eddcb1236 (diff) | |
download | flex-545876dc0ebfdc23f610c4d5cae87ca7fb40be02.tar.gz flex-545876dc0ebfdc23f610c4d5cae87ca7fb40be02.tar.bz2 flex-545876dc0ebfdc23f610c4d5cae87ca7fb40be02.zip |
add packaging
Diffstat (limited to 'packaging/flex-2.5.34-asneeded.patch')
-rw-r--r-- | packaging/flex-2.5.34-asneeded.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packaging/flex-2.5.34-asneeded.patch b/packaging/flex-2.5.34-asneeded.patch deleted file mode 100644 index e3386a2..0000000 --- a/packaging/flex-2.5.34-asneeded.patch +++ /dev/null @@ -1,15 +0,0 @@ -libraries need to be last - -Index: tests/test-pthread/Makefile.am -=================================================================== ---- tests/test-pthread/Makefile.am.orig -+++ tests/test-pthread/Makefile.am -@@ -37,7 +37,7 @@ scanner.c: $(srcdir)/scanner.l - $(FLEX) $(LFLAGS) $< - - $(testname)$(EXEEXT): $(OBJS) -- $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES) -+ $(CC) -o $@ $(OBJS) $(LOADLIBES) $(LDFLAGS) - - test: $(testname)$(EXEEXT) - ./$(testname) $(srcdir)/test-*.input |